SIFTD is a mobile application built with Expo and React Native. This README provides instructions on how to set up the project for local development and how to contribute.
- Clone the Repository:
git clone https://github.com/calebfaruki/siftd.git
cd siftd
Ensure you have Node.js and npm installed. Then run:
npm install
If you don't have the Expo CLI installed, you can install it globally:
npm install -g expo-cli
Start the Development Server:
npm start
This will start the Expo development server. You can then use the Expo Go app on your mobile device to scan the QR code and run the app locally.
To run the app on Android or iOS emulators, use the following commands:
For Android:
npm run android
For iOS:
npm run ios
Android
eas build -p android --local --profile preview
If you encounter any bugs or have a feature request, please file it under the GitHub Issues section of this repository. Ensure to provide as much detail as possible to help in addressing the issue or request.
npx uglify-js siftd.min.js -b --source-map "filename='siftd.min.map'" -o siftd.js
npx react-native log-android
npm run android