Skip to content

anshumanburman/Project

Repository files navigation

To run a code sample, follow the steps below:

  1. Install Node.js and npm if you don’t have it.
  2. Install CocoaPods (for iOS project only) if you don’t have it.
  3. Setup the React Native environment if you don’t have it.
  4. Clone repository with the sample.
  5. Register a FREE QuickBlox account at https://admin.quickblox.com/signup, then create your 1st QuickBlox app and obtain an app credential. Put appId, authKey, authSecret and accountKey in file src/QBConfig.js.
  6. Open a terminal and enter the commands below in your project path
npm install
# if you're going to run iOS then install Pods
cd ios && pod install
  1. Start application with react-native run-android or react-native run-ios

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published