react-native-performance-flipper-reporter

5.0.0 • Public • Published

React Native Performance Flipper Reporter

This package feeds metrics, marks and measures collected by the react-native-performance library to the Performance Flipper plugin.

Installation

yarn add react-native-performance react-native-flipper react-native-performance-flipper-reporter

Setup

To enable the reporter in with its default setup, add this to your app entry file:

// index.js
if (__DEV__) {
  require('react-native-performance-flipper-reporter').setupDefaultFlipperReporter();
}

License

MIT © Joel Arvidsson 2021 – present

Package Sidebar

Install

npm i react-native-performance-flipper-reporter

Weekly Downloads

2,932

Version

5.0.0

License

MIT

Unpacked Size

6.91 kB

Total Files

3

Last publish

Collaborators

  • oblador