An app that will make knowing what groceries you have and don't have easier!
On the command prompt run the following commands
$ npm install
$ react-native link
Method One
Open the project in XCode from ios/NativeStarterKit.xcodeproj
Hit the play button.
Method Two
$ react-native run-ios
Make sure you have an Android emulator installed and running.
Run the following command in your terminal
$ react-native run-android
<!-- ``` -->