You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
After installation of react-native-pusher-js using the command yarn add @pusher/pusher-websocket-react-native, when I bundle the ios app, the following error pops:
Unable to resolve module @react-native-community/netinfo from /path-to-node_modules/pusher-js/dist/react-native/pusher.js: @react-native-community/netinfo could not be found within the project or in these directories:
../node_modules/pusher-js/node_modules
../node_modules
If the current behavior is a bug, please provide the steps to reproduce and
if possible a minimal demo of the problem via https://jsfiddle.net or similar.
As mentioned above
What is the expected behavior?
No error
Which versions of Pusher, and which browsers / OS are affected by this issue?
Did this work in previous versions of Pusher? If so, which?
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
After installation of react-native-pusher-js using the command
yarn add @pusher/pusher-websocket-react-native
, when I bundle the ios app, the following error pops:If the current behavior is a bug, please provide the steps to reproduce and
if possible a minimal demo of the problem via https://jsfiddle.net or similar.
As mentioned above
What is the expected behavior?
No error
Which versions of Pusher, and which browsers / OS are affected by this issue?
Did this work in previous versions of Pusher? If so, which?
"@pusher/pusher-websocket-react-native": "1.3.0"
"@react-native-community/netinfo": "11.2.1"
The text was updated successfully, but these errors were encountered: