CPaaS Android SMS-Chat React Native Sample App

I wish to share a sample application that can help faster integration of CPaaS Android SDK into your application using React Native. We need to create a react native bridge between Android native code and JavaScript to use CPaaS Android SDK.

The sample app contains the following modules -

  • Login
  • SMS
  • Chat
  • Address book
  • Directory

Click here to get CPaaS Android React Native Sample app

Note :- Preferably use the master branch to clone the application.

Instructions to setup the app for Android

  1. Open the project folder kandy_sample_reactnative_android in terminal.

  2. Run npm install that will add all the node packages required.

  3. Then execute “react-native run-android” to build and deploy the app.

You will need login with your account ClientID, email and password that you created at API marketplace.

Click to watch Android React Native mobile Sample app demo video

For full Developer Documentation, QuickStart and API reference code visit (https://apimarket.att.com/developer/quickstarts/android/get-started).

2 Likes