Some test text!

Search
Hamburger Icon

Android / FAQ / What are type errors in Apryse React Native?

What are type errors in Apryse React Native?

When developing with TypeScript, you may notice red squiggly lines in your code. These are helpful type errors. It is recommended that you resolve them for better type safety, but in most cases you can still compile and run without resolving.

One exception is if you have enabled noEmitOnError in your tsconfig.json, in which case no files will be emitted upon encountering an error. See the official TSConfig documentation for details.

Get the answers you need: Chat with us