0.1.14 • Published 7 years ago

react-native-soul-sdk v0.1.14

Weekly downloads
4
License
-
Repository
-
Last release
7 years ago

react-native-soul-sdk

package require peer dependency https://github.com/rebeccahughes/react-native-device-info

npm install --save react-native-device-info
react-native link react-native-device-info

Initialization

import SoulSDK from 'react-native-soul-sdk';

const soul = new SoulSDK({
  apiKey: "875f655d5f2f3a418d97c31000867b4744f6971d9f7f41ffac595affc4738dc8",
  chats: {
    "subscribeKey": "sub-c-82f1313e-8110-11e6-974e-0619f2835a4f",
    "publishKey": "pub-c-97034319-29e1-475f-838a-0c98e58555dd"
  }
});
Soul SDK modules:
  • soul.registration - signUp, acquire new users!

  • soul.auth - signIn, retention is important for viral grow

  • soul.me - manage user profile and access user products

  • soul.media - create albums, upload photos

  • soul.users - interact with other users (like, ban, etc.)

  • soul.chats - send text, photos, locations

  • soul.purchases - monetize your app

  • soul.events - subscribe and notify user about happened events

  • soul.system - set up notification tokens, and send push notification