CleanApp.app's mobile app to use the platform on mobile phones.
The software is developed using React Native, so if you encounter any issues because of React Native you can search with that additional information.
The first step to run the software is to setup React Native development setup on your machine. React Native has tutorials for different operating systems and mobile platforms here: https://reactnative.dev/docs/environment-setup
Please use an iPhone 12 or better in the simulator as this is the minimum requirement right now.
Change to the directory that you want to clone the code into.
git clone https://github.com/cleanappio/cleanapp-mobile.git
cd cleanapp-mobile
It will add all the required components for your project to run inside your node_modules.
It will install all of pods files required for your project.
In the project directory, you can run:
Runs the app in development mode.
On android emulator or ios simulator.
The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.
You can find detailed instructions on using React Native and many tips in its documentation.
Requirements:
pod --version => >= 1.10.1
yarn -v => >= 1.22.4
node -v => >= v14.0.0
XCode + Simulator installed
Then run in the root directory:
yarn
yarn react-native link
npx pod-install
npx react-native run-ios
yarn install --check-files
react-native run-android