react-native-hardware-acceleration-view
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i react-native-hardware-acceleration-view

Weekly Downloads

129

Version

0.1.2

License

MIT

Unpacked Size

25.1 kB

Total Files

18

Last publish

Collaborators

  • spicy_sparks