This is the repository of our PP app, PP stands for Party planner . This app is designed to streamline the process of organizing events and trips. By using our app, users can conveniently register for party or trip services, enabling them to access the expertise of top event organizers in their respective cities. Our app aims to alleviate the burdensome task of event planning, allowing users to focus on celebrating even the smallest occasions while saving valuable time.
React Native, Kotlin, TypeScript, StyleSheet
This Project serves the cross-platform-app. This project is built in React-Native/Kotlin.
You can refer : https://reactnative.dev/docs/environment-setup
Yarn
.You must have all the pre-requisites which are mentioned above.
Go through the issues and comment on the one which you like.
When an issue is assigned to you then just follow all the local App setup steps and you are good to do😊
Before pushing the code make sure you follow the below 👇steps
yarn run precommit-check
your git commands
to push your code.If you need any other help, feel free to ping on mobile-app-react-native
channel at discord.
Git commands for local setup:
git clone https://github.com/Real-Dev-Squad/mobile-app.git
cd mobile-app
yarn
Git commands to commit your code:
git checkout -b 'your PR name'
git add .
git commit -m "message"
git push origin your PR name
TDD
yarn test
to check if all the tests are passed or not.Running/Development
yarn react-native start
- to start Metro, the JavaScript bundler that ships with React Native.yarn react-native run-android
- To start the emulator.