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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example app not connecting with Flipper

mohit23x opened this issue · comments

commented

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

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)

commented

Got it, thanks @Almouro for the quick response.