react-native-hardware-acceleration-view
v0.1.2
Published
React Native hardware acceleration view
Downloads
138
Readme
react-native-hardware-acceleration-view
React Native hardware acceleration view
Installation
npm install react-native-hardware-acceleration-view
Usage
import HardwareAccelerationView from "react-native-hardware-acceleration-view";
// ...
const [accelerated, setAccelerated] = useState(false)
<HardwareAccelerationView accelerated={accelerated}>
<Animated.View style={animatedStyle} />
</HardwareAccelerationView>
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