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
npx react-native init app_name
Install and integrate to the project any flipper plugin like redux-debugger, react-navigation.
🐛 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, thatpod install
is run in theios
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
Environment
Bare react-native project MacOS 12 Android 12 (emulator) react-native 0.69.1 react-native-flipper 0.153.0 flipper 0.153