Figma: View the protype here
Note that app download is only available to android devices for now
- Expo link to
.apk
: Download after following the steps here
We are using expo
instead of the react-native
cli. Please feel free to suggest otherwise. As to what expo
offers over create-react-native
, below are some points:
- No need to do seperate setup in android and iOS native files.
- SDK that includes ALL native features like Gyroscope, Camera, Thermometre APIs view all packages under
@expo
you know where to inform
- Clone the repo into the directory of your choice
cd
into that directory- run
npm install
- wait to complete
- to run on Android:
npm run android
- to run on iOS:
npm run ios
- do not run on web since this project does not have the necessary dependencies
feel free to suggest alternatives
@react-navigation
- for UI, will add later
react-native-paper
- expo icons pack
@expo/vector-icons
. to access the list of icons and their codenames to use in code refer here