You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set githooks with git config core.hooksPath ./.githooks
Navigate to the root of the repository and run yarn which will install all the dependencies
Running yarn start will begin the development server
If you have XCode installed and an iPhone simulator, you can press i which will open the simulator and run the app.
Otherwise, you have to install the Expo Go app on your phone and scan the QR code from the terminal with your camera
to run the app on your phone in Expo Go. Make sure your phone and laptop are connected to the same wifi network to use the latter option.
Commands
yarn start to begin the development server
yarn ios to run IOS simulator
yarn android to run Android simulator
yarn lint to lint code
yarn lint:fix to fix simple linting errors
yarn format to format code according to style guide