bamlab / react-native-flipper-performance-monitor

An attempt to have a lighthouse for React Native. Flipper plugin to show a graph of the React Native performance monitor
MIT License
586 stars 17 forks source link

Example app not connecting with Flipper #70

Closed mohit23x closed 2 years ago

mohit23x commented 2 years ago

Tried running the example app but it is not able to connect with the installed flipper plugin.

Flipper version: 0.157.0

Also, got this warning in flipper logs

image

Screenshot:

image
Almouro commented 2 years ago

Hi @mohit23x !

It seems you have the wrong Flipper plugin installed It seems you have https://www.npmjs.com/package/flipper-plugin-react-native-performance installed which is the old Flipper plugin for the original react-native-performance. It's great to measure some timings, app start and I personally use it as well!

However, ours should be named rn-perf-monitor in the Flipper marketplace (https://github.com/bamlab/react-native-flipper-performance-monitor#flipper)

mohit23x commented 2 years ago

Got it, thanks @Almouro for the quick response.