react-native-flipper-performance-monitor
react-native-flipper-performance-monitor copied to clipboard
Expo SDK 48
The plugin is not working with the latest expo SDK. Are you able to fix, or anyone's up for a PR maybe?
Hey there, maintainer of expo-community-flipper (an upstream dependency) here!
With SDK48, flipper is now officially supported. This means for SDK 48 you should remove the expo-community-flipper dependency and add expo-build-properties.
Most options carry over 1:1 under the new config object, including the ability to specify a semver version if you're using a version of react-native-flipper that differs from the one bundled with your react-native version. If after you've switched to the official build-properties plugin, things still aren't working, can you share the generated Podfile from expo prebuild? It's very helpful to ensure your Flipper is being defined properly when using an Expo setup.
I can confirm, after changing from expo-community-flipper to expo-build-properties it's working again.
Before I've seen an error I couldn't find in Google [ios.dangerous]: withIosDangerousBaseMod: Cannot add flipper arguments to the project's ios/Podfile. Please report this with a copy of your project Podfile. You can generate this with the expo prebuild command.
This issue can be closed.
PS. Code related to Flipper needs to be removed in AppDelegate.mm and in package.json. However, I couldn't find in the settings Start Measuring.

PS. Code related to
Flipperneeds to be removed inAppDelegate.mmand inpackage.json. However, I couldn't find in the settingsStart Measuring.
Same here. Any solutions regarding the missing Start Measuring option?