Welcome to the Slipe mobile app repository. This project is developed using React Native, providing a modern, cross-platform mobile experience.
To get started with the Slipe app, follow the steps below:
-
Clone the Repository
Clone the source code to your local machine using the following command:git clone https://github.com/slipe-app/slipe-mobile.git
-
Navigate to the Project Directory
Change to the project directory:cd slipe-mobile
-
Clean NPM Cache (Optional but Recommended)
It is recommended to clear the NPM cache before installing dependencies:npm cache clean --force
-
Install Dependencies
Install all necessary dependencies using NPM:npm install
-
Modify the Source Code (if needed)
Make any necessary modifications to the codebase. -
Launch the Application
Start the application locally using Expo:npx expo start
Once the application is running, you can build it into the desired output format:
- iOS Build: Generate an IPA file.
- Android Build: Generate AAB or APK files.
Refer to the official Expo or React Native documentation for detailed build instructions.