Demonstration of react-native-navigation - some basic mobile app navigation example.
This example includes
- tab navigatation - @react-navigation/bottom-tabs
- stack navigation - @react-navigation/stack
- expo local authentication - expo-local-authentication
- pick an image from device library or camera - expo-image-picker
- fonts - "@expo-google-fonts
- deploy to github pages
Please note, this version of the repo is not suitable for use as a template. Additional work is required to make it operational.
- React Native
- Typescript
- Expo
-
See it on the web Web version (no native features) Click here to open the website
-
See it in online code editor Expo Snack Click here to open the snack
-
See it on your device
Download 'Expo Go' from the app store, and then use this QR CODE to run the app. This method will allow using native features like local authentication and photo upload.
clone the repo into a directory,
cd to the directory
type:
% npm install
% expo start
% npm run lint
This was tested using Expo on iphone SE, Android, and web.
No attempt was made to deploy the code aside from using Expo.