Alexandre Moureaux

Results 33 comments of Alexandre Moureaux

Thanks for all the details @hurali97 ! Right, I see what the issue is, the frame times are on your 3rd window in the list, which is the one seemingly...

Hi @hurali97, sorry that it took so long~ 🙏 But the last version should drastically improve accuracy of measures! 🥳 The FPS measuring was completely overhauled and are retrieved via...

Hi @shijiannihao, thanks for posting an issue! Do you have any examples of reporting that is inaccurate to show? What's the device/os version you're using? In my experience, Android Studio...

Thanks @shijiannihao for the screenshots! 🙏 Right, this is quite off in this case. I think this is because we report RSS (Residential Set Size, reported also by `top` and...

Hi @fdrcslv, thanks for posting an issue! This is most definitely because the plugin code is only available in the `debug` build type (all the code is in the [debug...

Hi @luckydunia054, thanks for the issue and for trying to get it to work! It would seem the plugin even failed to start your app quite surprisingly since I see...

Hi @hannojg, danke schön for the nice feedback! ☺️ I also plan to improve the Flipper plugin which still has some issue, but I think having a pure CLI version...

Hi @lelandrichardson, Been following this conversation and this plan does sound good! At [BAM](https://github.com/bamlab), we’re currently using native-navigation to integrate React Native inside existing native applications, and it saved us...

Good debugging skills! Interesting that the Flipper plugin instance is `null` here, we added a weird hack for Expo projects to pass the React Context from the bridge (https://github.com/bamlab/react-native-flipper-performance-monitor/pull/56) Basically...

Oh my bad for closing then! Yeah I've just realized passing `reactInstanceManager` doesn't actually do anything anymore Can you try version `0.2.1` of the plugin?