This is a Spotify Header Boilerplate built in React Native using Expo.
The basic steps to set up the project are:
- Clone the repo
- Open the folder
- Run
yarn install - Run
yarn start
This project also has ESlint configured so, you have two more scripts that you can use:
yarn lintyarn lint:fix
