Gradient component for react native
- TypeScript support
- Written in SwiftUI and Jetpack Compose
npm install react-native-neo-gradient
import Gradient from "react-native-neo-gradient";
// ...
<Gradient style={styles.box} colors={['red', 'blue']} />
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT