-
Notifications
You must be signed in to change notification settings - Fork 955
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
The native module for Flipper seems unavailable. #4240
Comments
Podfile content: require 'json' platform :ios, podfile_properties['ios.deploymentTarget'] || '12.0' target 'Pilot2' do use_frameworks! :linkage => podfile_properties['ios.useFrameworks'].to_sym if podfile_properties['ios.useFrameworks'] flags = get_default_flags() use_react_native!( pod 'Firebase/Analytics' permissions_path = '../node_modules/react-native-permissions/ios' if !ENV['CI'] post_install do |installer| post_integrate do |installer| end |
I'm having the same error,
|
Same thing. Tried several redux-debugger plugins:
|
This is happening to me without any plugins:
The error is "right" in that Flipper is NOT listed in the NativeModules. I'm digging further to see if I can see anything, but the Flipper initialization code seems to run fine, but NativeModules doesn't get modified. |
More detail - after yarn-updating to 171, after running pod install, there is NO pod in Podfile.lock for react-native-flipper. 0.162.0 will add an entry. It's not clear to me exactly how this resolution happens |
Summary: Related to facebook#4240 Resolving facebook#3859 led to breaking changes in react-native-flipper which made it incompatible with react-natvie < 0.69. In this diff we migrate our example app to react-native 0.69 and add a notice to our readme about the react-native 0.69+ requirement Reviewed By: lblasa Differential Revision: D40673740 fbshipit-source-id: 57abd22f7578e588a79a5d4f8235c8d446b7b390
Summary: // allow-large-files Pull Request resolved: #4265 Related to #4240 Resolving #3859 led to breaking changes in react-native-flipper which made it incompatible with react-natvie < 0.69. In this diff we migrate our example app to react-native 0.69 and add a notice to our readme about the react-native 0.69+ requirement Reviewed By: lblasa Differential Revision: D40673740 fbshipit-source-id: 18f4742449d115be7a5100f2bc4d834dcebea80f
Quoting #4265: Resolving #3859 led to breaking changes in react-native-flipper which made it incompatible with react-natvie < 0.69. As a result, we had to make a hard decision of supporting future react-native-flipper updates only for react-native 0.69+. Please, upgrade your react-native to 0.69+. If you want to keep using react-native < 0.69, please, keep using react-native-flipper 0.162 |
Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1. How to fix this compliation error. |
🐛 Bug Report
After installing, v 0.171.1, got a warning message "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."Flipper plugins are not working anymore, downgrade react-native-flipper version to 0.162.0 fix the issue but disabled updates for newest versions.
To Reproduce
Environment
Flipper desktop: 0.171.1
RN 0.68.2
react-native-flipper 0.171.1
redux-flipper 2.0.1
The text was updated successfully, but these errors were encountered: