Skip to content

divelogs/divelogs_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the [divelogs companion app] project, for use with divelogs.de or divelogs.org.

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Clone this Repository to some folder on your computer

 git clone https://github.com/divelogs/divelogs_app.git

Step 2: Install all dependencies:

 npm install

Step 3: install pods for iOS

 cd ios
 pod install

Step 4: run the app

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

If everything is set up correctly, you should see the app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.

divelogs API documentation

The app uses the divelogs RESTful API documented here: https://divelogs.de/api/docs

About

the divelogs.de/.org companion app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published