App's source code
Setup RN project
npx react-native init Selseus --version 0.64.1Run to verify
npx react-native run-androidPull the source
git init git remote add origin https://github.com/selseus/app.git git pull origin mainInstall dependencies
npm installGet the
.envfile from @vishalkrishnads and place it inSelseus/directoryLink icons
npx react-native link react-native-vector-iconsRun the app
npx react-native run-android
Just open a PR and we'll merge after verifying