Has anybody been able to integrate PubNub with React Native?
The PubNub support team told me to use the pubnub_browserify package and it should work. However when I
PubNub has a new Javascript SDK (v4). You should be able to add the dependency in your package.json file and import it in your code. Here's a quick example of an app that is subscribing to a PubNub channel.
https://github.com/girishd/ReactPubNub