A dive log app for iOS done with React Native and Parse. Uses NPM and Cocoapods.
- Run
npm installin root folder. - Run
pod installinios/folder. - Open
ios/Divebook.xcworkspacein Xcode. - Choose a device or simulator from the top left options and press play.
If a terminal window running the local server doesn't start automatically, run npm start from the root folder to start the server.
If you want to run on a device, you must change the localhost in AppDelegate.m for your current IP address.