It is a react-native app for SMS to email forward.
BUILD node modules : npm install
RUN in IOS :
- On first time OR after modifying packages do run the command - 'pod install'
- npx react-native run-ios
RUN in Android :
- npx react-native run-android
Build .ipa :
- Open ios/SimplyTravel.xcworkspace in xcode
- Select Signature. You will need an apple developement certificate.
- Archive.
- Distribute.
- Export.
Build .apk :
-
Go to project directory and run this command in terminal react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
-
Go to android directory cd android/
-
In android path run this command ./gradlew assembleDebug
-
Step 5: Go to this folder and check the apk file android-> app/build/outputs/apk/debug/app-debug.apk
db
sqlite3 SMSPoint.db
.tables