Skip to content

Commit 0418a01

Browse files
committed
Add downlaod csv
1 parent c026fa9 commit 0418a01

File tree

275 files changed

+55193
-4164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+55193
-4164
lines changed

components/App.js

+291-215
Large diffs are not rendered by default.

example/package-lock.json

+20-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "16.9.0",
1414
"react-native": "0.61.5",
15-
"react-native-performance-monitor": "file://../lib"
15+
"react-native-performance-monitor": "^1.1.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.8.4",

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-performance-monitor",
33
"description": "Monitor the performance of your React Native components in realtime",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"author": "kyle @kyle-ssg",
66
"bin": {
77
"react-native-performance-monitor": "./bin/run"

lib/src/out/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"/><meta charSet="utf-8"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/g4lTRSSMRcKlFS3haRX08/pages/_app.js" as="script"/><link rel="preload" href="/_next/static/runtime/webpack-cb8b3f813ee1609b4d3f.js" as="script"/><link rel="preload" href="/_next/static/chunks/commons.0357b8d5badbe254cf4c.js" as="script"/><link rel="preload" href="/_next/static/runtime/main-4f44046c163efd00d692.js" as="script"/></head><body><div id="__next"><div style="color:#000;background:#fff;font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body { margin: 0 }</style><h1 style="display:inline-block;border-right:1px solid rgba(0, 0, 0,.3);margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"dataManager":"[]","props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"g4lTRSSMRcKlFS3haRX08","dynamicBuildId":false,"nextExport":true}</script><script async="" data-next-page="/_app" src="/_next/static/g4lTRSSMRcKlFS3haRX08/pages/_app.js"></script><script src="/_next/static/runtime/webpack-cb8b3f813ee1609b4d3f.js" async=""></script><script src="/_next/static/chunks/commons.0357b8d5badbe254cf4c.js" async=""></script><script src="/_next/static/runtime/main-4f44046c163efd00d692.js" async=""></script></body></html>
1+
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"/><meta charSet="utf-8"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/otz7QlKl7wiY_2oXGkQ92/pages/_app.js" as="script"/><link rel="preload" href="/_next/static/runtime/webpack-66dcf336b4d59ac9f64b.js" as="script"/><link rel="preload" href="/_next/static/chunks/commons.0357b8d5badbe254cf4c.js" as="script"/><link rel="preload" href="/_next/static/runtime/main-4f44046c163efd00d692.js" as="script"/></head><body><div id="__next"><div style="color:#000;background:#fff;font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body { margin: 0 }</style><h1 style="display:inline-block;border-right:1px solid rgba(0, 0, 0,.3);margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"dataManager":"[]","props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"otz7QlKl7wiY_2oXGkQ92","dynamicBuildId":false,"nextExport":true}</script><script async="" data-next-page="/_app" src="/_next/static/otz7QlKl7wiY_2oXGkQ92/pages/_app.js"></script><script src="/_next/static/runtime/webpack-66dcf336b4d59ac9f64b.js" async=""></script><script src="/_next/static/chunks/commons.0357b8d5badbe254cf4c.js" async=""></script><script src="/_next/static/runtime/main-4f44046c163efd00d692.js" async=""></script></body></html>

0 commit comments

Comments
 (0)