pusher / pusher-js

Pusher Javascript library
http://pusher.com
MIT License
2.11k stars 374 forks source link

Fix react native support #703

Closed fbenevides closed 1 year ago

fbenevides commented 1 year ago

What does this PR do?

Fix React Native support by removing crypto, since it doesn't work on React Native platform (it's from Node platform)

Checklist

CHANGELOG