Testing React Native/Expo
-
using React Native Expo CLI to create a project
https://facebook.github.io/react-native/docs/getting-started -
inside Project folder:
expo start -web -
for live demo get the PlayStore Expo App
https://play.google.com/store/apps/details?id=host.exp.exponent&gl=DE -
or use an emulator
-
Expo Docu for API ref
https://docs.expo.io/versions/latest/ -
Navigation between screens
https://reactnavigation.org/en/ -
To Build the apk with Expo do:
expo start
expo build:android -t apk
expo fetch:android:keystore // for keystore if expo handle the process, remember to add it to .gitignore -
need the following packages to work correctly
react-native-gesture-handler
react-native-elements