Closed
Description
Is this a bug report?
yes
Have you read the Bugs section of the Contributing to React Native Guide?
yes
Environment
MacOS
react-native -v
: react-native-cli: 2.0.1 react-native: 0.45.1node -v
: v7.10.0npm -v
: 4.2.0yarn --version
(if you use Yarn): 0.27.5
Then, specify:
- Target Platform (e.g. iOS, Android): Android
- Development Operating System (e.g. macOS Sierra, Windows 10): MacOS
- Build tools (Xcode or Android Studio version, iOS or Android SDK version, if relevant):
Steps to Reproduce
(Write your steps here:)
- run
create-react-native-app AwesomeProject
- run
react-native run-android
- then you can see this error
Expected Behavior
I hope it will work
Actual Behavior
error cannot found index.android.js or index.ios.js
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
I have tried solution from: #3442, #5174, #14246 did not work