@naturalclar/linear-gradient
v2.5.6
Published
[![Build Status](https://github.com/reason-react-native/linear-gradient/workflows/Build/badge.svg)](https://github.com/reason-react-native/linear-gradient/actions) [![Version](https://img.shields.io/npm/v/@reason-react-native/linear-gradient.svg)](https:/
Downloads
5
Maintainers
Readme
@reason-react-native/linear-gradient
ReasonML /
BuckleScript bindings for
react-native-linear-gradient
.
Exposed as ReactNativeLinearGradient
module.
@reason-react-native/linear-gradient
X.y._ means it's compatible with
react-native-linear-gradient
X.y._
Installation
When
react-native-linear-gradient
is properly installed & configured by following their installation instructions,
you can install the bindings:
npm install @reason-react-native/linear-gradient
# or
yarn add @reason-react-native/linear-gradient
@reason-react-native/linear-gradient
should be added to bs-dependencies
in
your bsconfig.json
. Something like
{
//...
"bs-dependencies": [
"reason-react",
"reason-react-native",
// ...
+ "@reason-react-native/linear-gradient"
],
//...
}
Usage
Types
ReactNativeLinearGradient.t
Changelog
Check the changelog for more informations about recent releases.
Contribute
Read the contribution guidelines before contributing.
Code of Conduct
We want this community to be friendly and respectful to each other. Please read our full code of conduct so that you can understand what actions will and will not be tolerated.