App's source code
-
Setup RN project
npx react-native init Selseus --version 0.64.1
-
Run to verify
npx react-native run-android
-
Pull the source
git init git remote add origin https://github.com/selseus/app.git git pull origin main
-
Install dependencies
npm install
-
Get the
.env
file from @vishalkrishnads and place it inSelseus/
directory -
Link icons
npx react-native link react-native-vector-icons
-
Run the app
npx react-native run-android
Just open a PR and we'll merge after verifying