@panda-tool/react-native-performance-monitor
v0.1.1
Published
Get memory, CPU usage and FPS
Downloads
7
Readme
react-native-performance-monitor
Get memory, CPU usage and FPS
Installation
npm install react-native-performance-monitor
Usage
import { multiply } from 'react-native-performance-monitor';
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library