-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expo pusher podFile #159
Comments
I am having the same issue with Expo I keep getting "react-native": "0.74.5", Although I have not ran Any solution to this? |
I'm facing the same issue now, were you able to find a work around? |
From your root directory run |
So my issue now is, I'm building an android app and not ios. `Warning: Error: The package 'pusher-websocket-react-native' doesn't seem to be linked. Make sure:
|
If it is android run |
Thanks for this, it's working fine now. |
As it seems in the readme,
pusher-websocket-swift
pod should be added."The Pusher Channels React Native plugin adds the pusher-websocket-swift cocoapod to your project".
I'm running
expo prebuild
,expo run:ios
,pod install
etc.., but even tho the package is in my package.json, yarn.lock etc, it's not gets added to the podfile, which means I can't use the package with Expo, maybe there's a bug which should be fixed?Anyway, even if I install
pusher-websocket-swift
pod manually, I keep getting the same error:"The package 'pusher-websocket-react-native' doesn't seem to be linked"
The text was updated successfully, but these errors were encountered: