/react-native-gradient-view

React Native simple gradient view

Primary LanguageJavaMIT LicenseMIT

react-native-gradient-view

Installation

npm install @cirych/react-native-gradient-view

Usage

import { GradientViewView } from "@cirych/react-native-gradient-view";

// ...

<GradientViewView colors={['red', '#00a852dd', '#ffa852', 'brown', 'blue']} angle={15} />

Contributing

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

License

MIT