- Mobile app template made using React Native
- Uses: Axios, Redux, React Navigation
- Compatible with:
- Android 4.1+
- iOS 10+
- Install Node.js https://nodejs.org/en/
- Install the development environment for Android and iOS by following the React-Native-CLI section in this tutorial https://reactnative.dev/docs/environment-setup without performing the step where 'npx react-native init myproject' is called (do not create a new project).
- Clone the repo onto your local hard-drive
- Change directory to
ReactNativeTests
in your command line using the commandcd ReactNativeTests
and run then commandnpm install
inside the directory
-
- Download Xcode from the app store
- Open the Vibe-Frontend directory from the command line
- Run the command
npm start
- In a new window in the same directory run the command
npx react-native run-ios
-
- If you did not download Android Studio during the environment setup download Android Studio
- Create a new virtual device in the Android Studio Virtual Device Manager by going to
Tools > Android > AVD Manager
or clicking the settings cog on the Android Studio start screen and pressingAVD Manager
- Open the Vibe-Frontend directory from the command line
- Run the command
npm start
- In a new window in the same directory run the command
npx react-native run-android