Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 695 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 695 Bytes

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.

Getting Started

//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