emulator shutting down when I click on the text box created by React Native

0

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

Input.js

LoginForm.js

Android Emulator screen with the text box

Error in Android Studio

android
react-native
asked on Stack Overflow Sep 26, 2018 by Knevagi • edited Sep 26, 2018 by Knevagi

1 Answer

0

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.

answered on Stack Overflow Sep 26, 2018 by Reza

User contributions licensed under CC BY-SA 3.0