Performance measurement for your React Native apps.
Documentation can be found at shopify.github.io/react-native-performance
Installation | Packages | Playground app | Contributing
Add the package to your project (i.e. yarn add xxx
),
and run pod install
in the ios
directory.
Packages are set up to be compatible with autolinking.
The fixture directory contains a native iOS and Android project with a suite of tests for the native code of the packages, and an example app showing how to use each of the packages.
To run the app locally:
yarn up
yarn ios
oryarn android
to launch iOS or Android app.
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT