This project was bootstrapped with Create React Native App.
Arizona Hiking Trails Pocket List
- Mobile app for looking up hiking trails in AZ with API-sourced trail summaries.
TODO: n/a = all reqs met.
//install npm modules/project dependencies
yarn install
//run app in development mode using Expo
yarn start
//key to launch launch iOS simulator after bundler packages project
i
Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache
flag to the start script:
npm start --reset-cache
# or
yarn start --reset-cache