Skip to content
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

Open
eylonshm7 opened this issue Jun 4, 2024 · 6 comments
Open

Expo pusher podFile #159

eylonshm7 opened this issue Jun 4, 2024 · 6 comments

Comments

@eylonshm7
Copy link

eylonshm7 commented Jun 4, 2024

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"

@ekpono
Copy link

ekpono commented Oct 23, 2024

I am having the same issue with Expo

I keep getting The package 'pusher-websocket-react-native' doesn't seem to be linked

"react-native": "0.74.5",
"expo": "~51.0.28",
"@pusher/pusher-websocket-react-native": "^1.3.1",

Although I have not ran pod install but it doesnt even work on my android simulator.

Any solution to this?

@christaiwo
Copy link

I am having the same issue with Expo

I keep getting The package 'pusher-websocket-react-native' doesn't seem to be linked

"react-native": "0.74.5", "expo": "~51.0.28", "@pusher/pusher-websocket-react-native": "^1.3.1",

Although I have not ran pod install but it doesnt even work on my android simulator.

Any solution to this?

I'm facing the same issue now, were you able to find a work around?

@ekpono
Copy link

ekpono commented Dec 6, 2024

I am having the same issue with Expo
I keep getting The package 'pusher-websocket-react-native' doesn't seem to be linked
"react-native": "0.74.5", "expo": "~51.0.28", "@pusher/pusher-websocket-react-native": "^1.3.1",
Although I have not ran pod install but it doesnt even work on my android simulator.
Any solution to this?

I'm facing the same issue now, were you able to find a work around?

From your root directory run npx pod-install

@christaiwo
Copy link

I am having the same issue with Expo
I keep getting The package 'pusher-websocket-react-native' doesn't seem to be linked
"react-native": "0.74.5", "expo": "~51.0.28", "@pusher/pusher-websocket-react-native": "^1.3.1",
Although I have not ran pod install but it doesnt even work on my android simulator.
Any solution to this?

I'm facing the same issue now, were you able to find a work around?

From your root directory run npx pod-install

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:

  • You rebuilt the app after installing the package
  • You are not using Expo managed workflow`

@ekpono
Copy link

ekpono commented Dec 6, 2024

I am having the same issue with Expo
I keep getting The package 'pusher-websocket-react-native' doesn't seem to be linked
"react-native": "0.74.5", "expo": "~51.0.28", "@pusher/pusher-websocket-react-native": "^1.3.1",
Although I have not ran pod install but it doesnt even work on my android simulator.
Any solution to this?

I'm facing the same issue now, were you able to find a work around?

From your root directory run npx pod-install

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:

  • You rebuilt the app after installing the package
  • You are not using Expo managed workflow`

If it is android run npx expo run:android
make sure you are not using Expo Go, use the development build

@christaiwo
Copy link

I am having the same issue with Expo
I keep getting The package 'pusher-websocket-react-native' doesn't seem to be linked
"react-native": "0.74.5", "expo": "~51.0.28", "@pusher/pusher-websocket-react-native": "^1.3.1",
Although I have not ran pod install but it doesnt even work on my android simulator.
Any solution to this?

I'm facing the same issue now, were you able to find a work around?

From your root directory run npx pod-install

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:

  • You rebuilt the app after installing the package
  • You are not using Expo managed workflow`

If it is android run npx expo run:android make sure you are not using Expo Go, use the development build

Thanks for this, it's working fine now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants