First, make sure you have Expo CLI installed:
npm install -g expo-cli
Clone:
git clone https://github.com/jsxclan/guardmi.git
Navigate to the project directory:
cd guardmi
Install:
npm install || yarn || yarn install
Run Project Locally:
expo start || npm run start || yarn start
- Expo SDK 41
- iOS, Android
- React Navigation v4
- PropTypes
- @expo/vector-icons
- @react-native-async-storage/async-storage
- @react-navigation/native
- expo-ads-admob
- expo-asset
- expo-linear-gradient
- expo-linking
- expo-status-bar
- expo-store-review
- react-native-paper
- react-native-safe-area-context
- react-native-shadow
- react-native-svg
- react-redux
- redux
Contributions are very welcome!
If you see an issue that you'd like to see fixed, the best way to make it happen is to help out by submitting a pull request implementing it.
Your project is Open Source and available under the Apache 2 License.