2.0.1 • Published 6 years ago

bs-react-native-linear-gradient v2.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

bs-react-native-linear-gradient

Bucklescript bindings for react-native-linear-gradient https://github.com/react-native-community/react-native-linear-gradient/

Demo

      <LinearGradient
        colors=[|
          "rgba(35, 38, 66, 0)",
          "rgba(35, 38, 66, .1)",
          "rgba(35, 38, 66, .2)",
        |]
        locations=[|0.7, 0.75, 1.|]>
         children
      </LinearGradient>