React Native & Expo development build for Bankless Card
// RUN LOCALLY $ git clone https://github.com/Bankless-Card/banklesscc-react-native.git $ npm install -g expo-cli // if needed $ expo start
MOBILE APP STACK expo init my-mobile-app
redux react-redux redux-thunk redux-devtools-extension uuid (bugged with expo?)
// navigation @react-navigation/native @react-navigation/native-stack @react-navigation/bottom-tabs @react-navigation/drawer expo install react-native-gesture-handler react-native-reanimated yarn add react-native-reanimated
//authentication expo install expo-secure-store
// publish deployment expo install expo-updates
// Deployment Link
- Install Expo Go from the app store: iOS: https://apps.apple.com/ca/app/expo-go/id982107779
- Follow the link to the project manifest: https://exp.host/@banklesscard/banklesscard-xyz
- Scan the QRcode with your development device, or click the following link on the device with Expo Go App installed: exp://exp.host/@banklesscard/banklesscard-xyz?release-channel=default
Extended URL: https://expo.dev/@banklesscard/banklesscard-xyz?serviceType=classic&distribution=expo-go