Using PubNub with React Native

前端 未结 3 1309
难免孤独
难免孤独 2021-01-18 18:50

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

3条回答
  •  春和景丽
    2021-01-18 19:30

    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.

提交回复
热议问题