Closed kevinsproles closed 3 years ago
can look into this repo: https://github.com/syahnur197/react-native-boilerplate
@syahnur197 thanks for your repo sharing, I cloned your code but when I pull the screen no questions are being fetched on my phone(android). But I can fetch the quesiton on ios/android studio. Do you know what is missing?
probably some configuration in your android, though I cant pinpoint exactly where
This repo is fully updated now for Ignite 6.0.0, including React Navigation 5.
Can't get the app to launch. Using:
npm install npx react-native run-ios
fails with:
Looks like this repo is using react-navigation 3.0.0, however latest is 5.x: https://reactnavigation.org/
Maybe 3.x doesn't build anymore? Have you thought about updating this example repo?