junedomingo / movieapp

Discover Movies and TV shows - React Native
MIT License
1.82k stars 473 forks source link

Unable to build under Windows 10 / MacOS #4

Closed tstkenny closed 7 years ago

tstkenny commented 7 years ago

Hi, I tried to build this project in both platforms but no luck.

npm install returns quite some dependencies error like whatwg-fetch is now required by jest which leads to needing react 15.4.1, etc.

After fixing all those errors, react-native run-android returns error: :app:generateDebugBuildConfig FAILED

FAILURE: Build failed with an exception.

I am doing this under windows cmd, administrator mode already.

Really want to try this project out. Kindly help if you can spare some. Thank you!

junedomingo commented 7 years ago

make sure you installed required SDK platforms. try android --clean-cache and run again