The PromoKings App is a React Native application designed to deliver a seamless experience in product purchasing. This project uses Expo for development and includes multiple dependencies to enhance functionality and user experience.
To get started with the PromoKings App, follow these steps:
-
Clone the Repository
git clone https://github.com/vickkie/Promokings.git cd Promokings
-
Install Dependencies
Ensure you have Node.js installed. Then, run:
npm install
- Run the App
To start the development server, you have several options:
Start on Android:
npm run android
or
expo start --android
Start on iOS:
npm run ios
Start on Web:
npm run web
Start on Default:
npm start
- more Requirements
- requires a backend
- dm to get access to full code
- building to apk or aab file
preview version apk
eas build -p android --profile preview
or
custom profile
eas build -p android --profile <your profile>
If you'd like to contribute to this project, please follow the guidelines outlined in MIT license
This project is licensed under the MIT License.
Feel free to adjust any sections as needed!