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
I was able to integrate it. I used the standard javascript package. However, I did need to modify it a bit. Mostly to remove all the references to 'window' and to 'abort'. Once I removed those, I was good to go.