Closed anhchuyen closed 7 years ago
@anhchuyen I think you forgot to create .env
file in your root directory. https://github.com/JuneDomingo/movieapp#installation
Thank you, I just noticed that I forgot to read the instruction..Now the app is running, thanks your for works...
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...