junedomingo / movieapp

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

I got issues when tried to build your app. #3

Closed anhchuyen closed 7 years ago

anhchuyen commented 7 years ago

The issues was in app.js file, this line: export const TMDB_URL = Config.TMDB_URL;

I can't find the .env file that will be read from react-native-config. It returned an error: "null is not an object (evaluating '_reactnativeConfig2.default.TMDB_URL')

Please help...

junedomingo commented 7 years ago

@anhchuyen I think you forgot to create .env file in your root directory. https://github.com/JuneDomingo/movieapp#installation

anhchuyen commented 7 years ago

Thank you, I just noticed that I forgot to read the instruction..Now the app is running, thanks your for works...