0.1.2 • Published 2 months ago

react-native-hardware-acceleration-view v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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

0.1.2

2 months ago

0.1.1

10 months ago

0.1.0

10 months ago