Gathering detailed insights and metrics for @reason-react-native/slider
Gathering detailed insights and metrics for @reason-react-native/slider
Gathering detailed insights and metrics for @reason-react-native/slider
Gathering detailed insights and metrics for @reason-react-native/slider
ReScript bindings for @react-native-community/slider
npm install @reason-react-native/slider
Typescript
Module System
Node Version
NPM Version
ReScript (95.02%)
JavaScript (4.98%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
7 Stars
34 Commits
3 Forks
3 Watchers
4 Branches
10 Contributors
Updated on Feb 19, 2024
Latest Version
3.0.1-0.63
Package Id
@reason-react-native/slider@3.0.1-0.63
Unpacked Size
9.80 kB
Size
3.48 kB
File Count
6
NPM Version
6.14.6
Node Version
12.18.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
@reason-react-native/slider
ReScript / Reason bindings for
@react-native-community/slider
.
Exposed as ReactNativeSlider
module.
@reason-react-native/slider
X.y.* means it's compatible with
@react-native-community/slider
X.y.*
When
@react-native-community/slider
is properly installed & configured by following their installation instructions,
you can install the bindings:
1npm install @reason-react-native/slider 2# or 3yarn add @reason-react-native/slider
@reason-react-native/slider
should be added to bs-dependencies
in your
bsconfig.json
:
1{ 2 //... 3 "bs-dependencies": [ 4 "reason-react", 5 "reason-react-native", 6 // ... 7+ "@reason-react-native/slider" 8 ], 9 //... 10}
1ReactNativeSlider.make(
2 ~style: ReactNative.Style.t=?,
3 ~value: float=?,
4 ~step: float=?,
5 ~minimumValue: float=?,
6 ~maximumValue: float=?,
7 ~minimumTrackTintColor: string=?,
8 ~maximumTrackTintColor: string=?,
9 ~disabled: bool=?,
10 ~onSlidingStart: float => unit=?,
11 ~onSlidingComplete: float => unit=?,
12 ~onValueChange: float => unit=?,
13 ~testID: string=?,
14 ~children: React.element=?,
15 // iOS Props
16 ~maximumTrackImage: ReactNative.Image.Source.t=?,
17 ~minimumTrackImage: ReactNative.Image.Source.t=?,
18 ~thumbImage: ReactNative.Image.Source.t=?,
19 ~trackImage: ReactNative.Image.Source.t=?,
20 ~inverted: bool=?,
21 // Android
22 ~thumbTintColor: string=?
23
24 // ... And all <View> props
25)
1<ReactNativeSlider 2 style={ 3 ReactNative.Style.( 4 style( 5 ~width=200.->dp, 6 ~height=40.->dp, 7 () 8 ) 9 ) 10 } 11 minimumValue={0.} 12 maximumValue={1.} 13 minimumTrackTintColor="#FFFFFF" 14 maximumTrackTintColor="#000000" 15/>
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.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
Found 1/28 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
18 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More