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

feat: add config-plugin for Expo #57

Closed hirbod closed 2 years ago

hirbod commented 2 years ago

Alright @Almouro, here we go.

Fixes #40

The Plugin is ready. The Readme was auto generated, we need to discuss what to include (defining scope) and the naming to include this plugin has also changed.

hirbod commented 2 years ago

@Almouro I've done the final remaining tasks. https://github.com/bamlab/react-native-performance/blob/71d6bcaf7931d328a6f13a1a989bdb673967ced4/README.md

Also deleted the autogenerated README inside of flipper-native. expo-modules-script might re-create it again when you bundle the plugin, watch out :D

Almouro commented 2 years ago

Beautiful, here we go!