Dolphin Move is a React Native app that demonstrates how to use the React Native Move SDK to track movement data and present it in a user-friendly way. This app is for developers who want to learn how to integrate the React Native Move SDK in their own projects.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- React Native development environment (https://reactnative.dev/docs/environment-setup)
- Expo CLI (https://docs.expo.dev/get-started/installation/)
- EAS CLI (https://docs.expo.dev/eas/)
- Clone the repository to your local machine
git clone https://github.com/dolphin-technologies/dolphin-move.git
- Install the dependencies
yarn install
- Prebuild the Project (optional)
expo prebuild --clean
- Run the app on an emulator
yarn ios
or
yarn android
- Start the development server
yarn start
https://docs.expo.dev/guides/using-firebase/#using-react-native-firebase
https://docs.expo.dev/guides/using-sentry/
https://docs.expo.dev/workflow/configuration/
app.config.js config/test.config.js config/production.config.js
https://docs.expo.dev/submit/eas-json/
https://docs.expo.dev/app-signing/local-credentials/
src/config/urls.ts
To build and deploy the app, you can use the EAS CLI.
https://docs.expo.dev/submit/eas-json/
eas build --profile master --platform ios --local
eas build --profile master --platform android --local
eas submit --profile master --platform ios --path /path/app.ipa
This project is licensed under the Apache License, version 2.0