-
Fork the Repository
- Fork the 2Devs-Mobile repository to your GitHub account.
-
Clone the Repository
- Clone the forked repository to your local environment:
git clone https://github.com/gabriel-logan/2Devs-Mobile.git
- Clone the forked repository to your local environment:
-
Commit and Push
- Commit your changes and push them to the forked repository:
git add . git commit -m "Concise description of the changes" git push origin my-feature
- Commit your changes and push them to the forked repository:
-
Open a Pull Request (PR)
- Go to the forked repository on GitHub and open a PR to the main branch of the project.
This command will clean the android project from conflicting files and folders.
cd android && ./gradlew clean
npx react-native build-android --mode=debug
cd android && ./gradlew assembleDebug
cd android && ./gradlew assembleRelease
npx react-native build-android --mode=release
You need to pass the following env var to the android/gradle.properties file:
MYAPP_UPLOAD_STORE_FILE=typehere.jks
MYAPP_UPLOAD_KEY_ALIAS=typehere
MYAPP_UPLOAD_STORE_PASSWORD=typehere
MYAPP_UPLOAD_KEY_PASSWORD=typehere
- Follow the coding standards of the language you're contributing to (JavaScript, TypeScript, Java, etc.).
- Keep the code clean and readable.
- Add tests for new functionalities or bug fixes.
- Properly document the changes made, including updates to README if necessary.
- Be respectful to other contributors and maintain a collaborative environment.
By contributing to 2Devs-Mobile, you agree that your contributions will be licensed under the MIT license. Make sure you're familiar with the terms of this license.
´´´ splits { abi { reset() enable true universalApk true include "armeabi-v7a", "arm64-v8a", "x86", "x86_64" } } ´´´