Hey i am fairly new to react native and the android emulator keeps crashing when i click on the text box which i created using TextInput tag. Emulator: Process finished with exit code -1073741819 (0xC0000005) This error appears in the android studio
The best way is to enable the debugging on the console. Use the following link:
http://facebook.github.io/react-native/docs/debugging
Then you should always check your terminal that yarn has been started there, because some errors can be visible there. Currently I think, this error that you see inside android studio is not a real error. So the first step is to find the real error from a right place. Update me when you see the real error.
User contributions licensed under CC BY-SA 3.0