Skip to content

duguyihou/react-native-neo-gradient

Repository files navigation

react-native-neo-gradient

Gradient component for react native

Features

  • TypeScript support
  • Written in SwiftUI and Jetpack Compose

Installation

npm install react-native-neo-gradient

Usage

import Gradient from "react-native-neo-gradient";

// ...

<Gradient style={styles.box} colors={['red', 'blue']} />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT