What is it?
A Mobile Application to be implemented on both platforms(ios+Android) targeted at social-influencers.
Features and Actions(General & special)
- SIgn-up, Login with Instagram and facebook
- Fetch Instagram API Data and facebook graph API
- Database integration
- Grid View/Feed Planner
- Image to hashTag generator using ML
Clone the repository, then
$ npm install
$ react-native link
$ react-native run-android/run-ios
$ watchman watch-del-all
$ rm -rf node_modules && npm install
$ npm start -- --reset-cache
(open other new terminal)
$ react-native run-android/run-ios
- Docs - React-native Documentation
- Currency Converter App - Developed App from scratch
$ react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
$ cd android && ./gradlew assembleRelease
- Generated apk-debug.apk in outputs folder