pusher / pusher-websocket-react-native

React Native official Pusher SDK
MIT License
61 stars 52 forks source link

pusher is not linking in react-native library when library is getting used by some projects #117

Closed can2112 closed 11 months ago

can2112 commented 11 months ago

we have created one simple react-native library which is under the hood using the @pusher-websocket-react-native,

can2112 commented 11 months ago

while i am installing my library package in some project i am getting error as " 'pusher-websocket-react-native' doesn't seem to be linked " Need assistance to resolve this

can2112 commented 11 months ago

I have cross verified that pusher is in the node modules but it is not getting linked automatically

benw-pusher commented 11 months ago

You will need to run the steps at https://docs.expo.dev/workflow/customizing/#adding-custom-native-code-with-development-builds. See #108 for more info on this.