A module for getting cpu info
npm install @vali98/react-native-cpu-infoA module for getting cpu info
``sh`
npm install @vali98/react-native-cpu-info
`js
import { getThreads } from '@vali98/react-native-cpu-info';
// ...
const result = getThreads(); // number
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library