You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-native-performance-monitor

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-performance-monitor

Monitor the performance of your React Native components in realtime

1.0.12
Source
npmnpm
Version published
Weekly downloads
1.5K
-5.44%
Maintainers
1
Weekly downloads
 
Created
Source

This is work in progress, follow the repository as it should be ready for wider use soon.

This project lets you see a realtime graph of render times. The purpose is for you to be able to create experiments (i.e. change markup and see how it affects render times), every render causes data to be posted to

npm i react-native-performance-monitor --save
npx react-native-performance-monitor get

Then use

import withPerformanceMonitor from 'react-native-performance-monitor';
export default withPerformanceMonitor(YourScreen, 'Screen Name', 'http://localhost:8125/value');

Keywords

oclif

FAQs

Package last updated on 16 Feb 2020

Did you know?

Socket

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