Socket
Socket
Sign inDemoInstall

react-native-performance-flipper-reporter

Package Overview
Dependencies
516
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-performance-flipper-reporter

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


Version published
Weekly downloads
13K
decreased by-32.04%
Maintainers
1
Install size
6.75 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 24 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc