Download project: git clone https://github.com/abdulmubeen/sru_app.git && cd sru_app
First, make sure you have Expo CLI and yarn installed: npm install -g expo-cli
&& yarn install
Then, install libraries: yarn
or yarn install
Run Project using Expo: expo start
OR
Try the application using Expo Go: https://expo.io/@abdul-mubeen/SRU
- Expo SDK 41
- iOS and Android
- React Navigation v5
- run:
yarn lint
for a list of linting warnings/error in cli - prettier and airbnb config
- make sure you have prettier package installed:
- then make sure to enable these options (packages → prettier):
- eslint integration
- stylelint integration
- automatic format on save (toggle format on save)
- be aware of the
.prettierignore
file