facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.31k stars 954 forks source link

The native module for Flipper seems unavailable. Please verify that `react-native-flipper` is installed as yarn dependency to your project and, for iOS, that `pod install` is run in the `ios` directory. #4484

Open 98rahul opened 1 year ago

98rahul commented 1 year ago

upgraded the react-native to version 0.71.1(latest) using flipper , enable hermes engine found this issue.

attached image

jvfalco1 commented 1 year ago

Im facing the same error

"react-native-flipper": "^0.162.0", "redux-flipper": "^2.0.2", "react-native": "0.67.5", "react": "17.0.2",

Pod --version 1.11.3

yarn --version 1.22.19

ruby --version ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.x86_64-darwin22]

brew --version Homebrew 4.0.3

I tried to run pod deintegrate and pod install, multiple times.

On pod install it shows that was installed but in metro shows the error

The native module for Flipper seems unavailable. Please verify that `react-native-flipper` is installed as yarn dependency to your project and, for iOS, that `pod install` is run in the `ios` directory.

Captura de Tela 2023-02-23 às 18 06 00

98rahul commented 1 year ago

Im facing the same error

"react-native-flipper": "^0.162.0", "redux-flipper": "^2.0.2", "react-native": "0.67.5", "react": "17.0.2",

Pod --version 1.11.3

yarn --version 1.22.19

ruby --version ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.x86_64-darwin22]

brew --version Homebrew 4.0.3

I tried to run pod deintegrate and pod install, multiple times.

On pod install it shows that was installed but in metro shows the error

The native module for Flipper seems unavailable. Please verify that `react-native-flipper` is installed as yarn dependency to your project and, for iOS, that `pod install` is run in the `ios` directory.

Captura de Tela 2023-02-23 às 18 06 00

what i do as of now-->> first run the application then open fillper (yet no solution find).

jvfalco1 commented 1 year ago

Im facing the same error "react-native-flipper": "^0.162.0", "redux-flipper": "^2.0.2", "react-native": "0.67.5", "react": "17.0.2",

Pod --version 1.11.3

yarn --version 1.22.19

ruby --version ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.x86_64-darwin22]

brew --version Homebrew 4.0.3

I tried to run pod deintegrate and pod install, multiple times. On pod install it shows that was installed but in metro shows the error The native module for Flipper seems unavailable. Please verify that `react-native-flipper` is installed as yarn dependency to your project and, for iOS, that `pod install` is run in the `ios` directory. Captura de Tela 2023-02-23 às 18 06 00

what i do as of now-->> first run the application then open fillper (yet no solution find).

The flipper runs OKAY, I can access the network, ReactDev Tools and etc. The error still apearing, and Im not able to use Redux-Debugger.

This errors only occur in IOS, Android works fine, redux-debugger working fine in android too.

AlexSobiloffSonos commented 1 year ago

I'm using the redux debugger plugin as well as the react native mmkv plugin and i'm experiencing the same with both. android works fine. ios nothing.

SaadAhmadSaddiqui commented 1 year ago

Any update on this? Trying to use the flipper-plugin-react-query-native-devtools and it just does not work.

env:

  1. react-native: 0.67
  2. react-native-flipper: 0.200.0
  3. react-query-native-devtools: 4.0.0
  4. Flipper desktop: 0.200.0
image
coldSeattle commented 1 year ago

same problem "react-native-flipper": "^0.212.0", "redux-flipper": "^2.0.2", Flipper app version - :flipper_configuration => FlipperConfiguration.enabled(["Debug"], { 'Flipper' => '0.213.0' }),

RoyalBosS-Ayush commented 1 month ago

Facing same problem? Anyone got solution?