
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@reason-react-native/linear-gradient
Advanced tools
ReScript bindings for react-native-linear-gradient.
@reason-react-native/linear-gradientReScript / Reason 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.*
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:
{
//...
"bs-dependencies": [
"reason-react",
"reason-react-native",
// ...
+ "@reason-react-native/linear-gradient"
],
//...
}
open ReactNative
module MyApp = {
let styles = Style.(
StyleSheet.create({
"container": viewStyle(~flex=1., ())
})
);
[@react.component]
let make = () => {
<ReactNativeLinearGradient colors=[|"#faa", "#afa"|] style=styles##container>
<Text>
"Hello world"->React.string
</Text>
</ReactNativeLinearGradient>
}
};
Check the changelog for more informations about recent releases.
Read the contribution guidelines before contributing.
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.
FAQs
ReScript bindings for react-native-linear-gradient.
We found that @reason-react-native/linear-gradient demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.