I want to make a app having splash screen with a login page using react-native- navigation.When i compile the code this error occured
Asked
Active
Viewed 427 times
1 Answers
0
Is there any file with name index.android.js in Bni folder? If you are using some older version of React native then you may need to copy index.js and name the copied file: index.android.js or you may upgrade your react native.

waterbyte
- 241
- 1
- 16
-
yes , index.android.js file is exist in my BNI folder and am using the latest version – Neeraj Mehra Jul 04 '18 at 11:57