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

Expo support

wtfabio opened this issue · comments

Just chiming in to ask about the feasability of adding Expo support to the package.
I'm currently using Expo SDK 44, which supports native modules.

I'd be happy to help if you give me any pointers.
Thanks!

Hi!
You can create an Expo plugin thanks to https://github.com/expo/config-plugins and Expo docs : https://docs.expo.dev/guides/config-plugins/

The main goal is to modify the native files (you get as a string) to the target files (as a string) with modifiers. These modifiers are generally string modifier thanks to regex
It would be a pleasure to help you to create this plugin with you @fabio-alvarenga ;)

@Spoutnik97 did you start working on this? Because I just promised on appjsconf that I will build a config plug-in for this - but not if someone else is already on it :)

Hey @hirbod, yeah I confirm @Spoutnik97 didn't get a chance to implement it

By the way here are the new docs for the 0.68.0 installation on iOS 1e7655e

Thanks. That's easy. I'll finish the plug-in this week.