React Native hardware acceleration view
npm install react-native-hardware-acceleration-viewReact Native hardware acceleration view
``sh`
npm install react-native-hardware-acceleration-view
`js
import HardwareAccelerationView from "react-native-hardware-acceleration-view";
// ...
const [accelerated, setAccelerated] = useState(false)
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library