Skip to content

strider97/ossa

Repository files navigation

OSSA

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

More Feature

Steps to run the app

Clone the repository, then

  $ npm install
  $ react-native link
  $ react-native run-android/run-ios

Option: If app is not run successfully

  $ watchman watch-del-all
  $ rm -rf node_modules && npm install
  $ npm start -- --reset-cache
  (open other new terminal)
  $ react-native run-android/run-ios

Tutorial for react-native app development

Generate apk

  $ 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

About

Ossa mobile app for ios+android. Product of IntelMark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors