ZotBins mobile app for the user. Developed with React Native / Expo.
Before doing anything, make sure Android Studio is installed and you have an Android Virtual Device created and installed.
- Open Android Studio.
- Open the Android Virtual Device Manager.
- Start a Virtual Device and leave it on.
- Navigate to the project directory.
- Open cmd and run "expo start"
- At this point, Expo should've opened a page in your default browser. Navigate to this page.
- Click "Run an Android device/emulator" and it should connect with your Virtual Device.
The workflow is a bit tedious, since you have to wait for the app to update on your Virtual Device to see the changes you've made. If the app isn't updating automatically, close the app on your Virtual Device and go back to Step 6.
If there are any other issues, close your terminal and go back to Step 4.
GitHub Commit Format: https://www.conventionalcommits.org/en/v1.0.0/
The original name of this repo was "zotbins-mobile-app-android".
- I installed a new dependency and didn't change anything else. Now the app won't run... Try deleting "node-modules" and "package-lock.json". Execute "expo install", then execute "expo start -c". Running these commands will reinstall your dependencies.
- yarn add react-native-webview