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 #3886

Open alexfov opened 2 years ago

alexfov commented 2 years ago

🐛 Bug Report

React-native. Getting warning "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." on android. Flipper can see the app and default plugins like network work fine. Plugins that use react-native-flipper cause the warning and don't work.

To Reproduce

  1. npx react-native init app_name
  2. Install and integrate to the project any flipper plugin like redux-debugger, react-navigation.
  3. yarn android or use this repo https://github.com/alexfov/flipperBug

Environment

Bare react-native project MacOS 12 Android 12 (emulator) react-native 0.69.1 react-native-flipper 0.153.0 flipper 0.153

alexfov commented 2 years ago

Okay its a duplicate of https://github.com/facebook/flipper/issues/3859. https://github.com/facebook/flipper/pull/3860 fixes the issue