react-native-use-websocket
react-native-use-websocket copied to clipboard
React Hook designed to provide robust WebSocket integrations to your React Native project.
I just started using this library. I put the websocket connection in a provider. However, I put my phone to sleep and open it back up, the websocket doesn't attempt...
I just wanted to call this to anyone's attention who might find it useful - react-use-websocket (the repo this is forked from) v3 works fine with react-native, or at least...
Hey I get some warnings in a expo project do you know what might be and how I could fix it 🤔 ? It seems the library works regardless of...
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.13 to 3.9.16. Release notes Sourced from vm2's releases. 3.9.16 Fixes https://github.com/patriksimek/vm2/commit/24c724daa7c09f003e556d7cd1c7a8381cb985d7: Fix issue in transformer issue by reworking replacement logic. (Thanky to Xion (SeungHyun Lee) of...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...
Removes [hermes-engine](https://github.com/facebook/hermes). It's no longer used after updating ancestor dependency [react-native](https://github.com/facebook/react-native). These dependencies need to be updated together. Removes `hermes-engine` Updates `react-native` from 0.62.3 to 0.71.0 Release notes Sourced from...
Removes [hermes-engine](https://github.com/facebook/hermes). It's no longer used after updating ancestor dependency [react-native](https://github.com/facebook/react-native). These dependencies need to be updated together. Removes `hermes-engine` Updates `react-native` from 0.62.3 to 0.71.0 Release notes Sourced from...
How to use subscribe to a topic feature in this lib? basically, the backend is using this lib `adonis-websocket-client` here is a function that `subscribe` to `topic`. here is an...