3

I work on a mobile application (react-native+pubnub) to make a WebRTC Video Chat . my problem is that pubnub doesn't have a specific SDK for react-native, how I can resolve this problem?

kix
  • 3,290
  • 27
  • 39
aitnasser
  • 1,216
  • 1
  • 9
  • 23

1 Answers1

4

Bundling PubNub SDK in Your React-Native Apps

Not the answer you might be looking for but here are some links that should show you how to bundle PubNub JS SDK in your react-native app.

We are in the early states of a React-Native SDK. If you have any further issues using PubNub in your React-Native application, feel free to contact PubNub Support directly.

Community
  • 1
  • 1
Craig Conover
  • 4,710
  • 34
  • 59