This application was built using Expo, a framework and platform for the development of universal React applications, containing a set of tools and services built around React Native and native platforms.
To run this application locally on physical device or simulator:
- Install the Expo-CLI
npm install --global expo-cli or yarn add global expo-cli
To run this application on a physical device:
To run this application on Android emulator
To run this application on iOS emulator
- Clone the repo:
git clone https://github.com/dave-vazquez/rn-nutrition-tracker.git
- Install packages:
yarn install
- Launch the development server (Expo's Metro Bundler) in your browser:
yarn start or expo start
- To run on physical device:
- Choose LAN to connect your device via Wifi (reccomended for faster reloads)
- Choose Tunnel to connect your device via USB
- To run on iOS simulator:
- Open XCode
- Select "Run on iOS simulator" from the Metro Bundler server
- To run on Android simulator:
- Open Android Studio
- Create a new Simulation Device
- Select "Run on iOS simulator" from the Metro Bundler server
See the list of open issues or project board for a list of proposed features (and known issues).
All contributions to this repo are encouraged and greatly appreciated:
- Clone the respository
- Create a new feature branch
git checkout -b feature/new-feature - Commit your changes
git commit -m 'commit description' - Push to branch
git push origin feature/new-feature - Open a new Pull Request
Distributed under the MIT License.
David Vazquez - davidmvazquez1@gmail.com