Reputation: 585
I did this:
react-native init "project name"
npm install react-navigation
npm link
react-native run-android
and boom !!!! it's stuck and did not run just like this :
Please help me in this case ...
Upvotes: 3
Views: 1530
Reputation: 2497
That's because you haven't installed Android SDK platform 25. I had the same issue and solved using below method.
After installing that press OK and try again to build the project.
Upvotes: 4