File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ node_modules
9
9
# npm unused lock file (we use yarn.lock)
10
10
package-lock.json
11
11
12
- # Ocaml / Reason / BuckleScript artifacts
12
+ # ReScript / Reason / Ocaml artifacts
13
13
# *.bs.js # we do want this files to ensure zero-cost
14
14
.bsb.lock
15
15
** /lib /bs
Original file line number Diff line number Diff line change 4
4
[ ![ Version] ( https://img.shields.io/npm/v/@reason-react-native/slider.svg )] ( https://www.npmjs.com/@reason-react-native/slider )
5
5
[ ![ Chat] ( https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue )] ( https://reason-react-native.github.io/discord/ )
6
6
7
- [ ReasonML] ( https://reasonml.github.io ) /
8
- [ BuckleScript] ( https://bucklescript.github.io ) bindings for
7
+ [ ReScript] ( https://rescript-lang.org ) / [ Reason] ( https://reasonml.github.io ) bindings for
9
8
[ ` @react-native-community/slider ` ] ( https://github.com/react-native-community/react-native-slider ) .
10
9
11
10
Exposed as ` ReactNativeSomething ` module.
12
11
13
- ` @reason-react-native/slider ` X.y._ means it's compatible with
14
- ` @react-native-community/slider ` X.y._
12
+ ` @reason-react-native/slider ` X.y.\* means it's compatible with
13
+ ` @react-native-community/slider ` X.y.\*
15
14
16
15
## Installation
17
16
@@ -27,7 +26,7 @@ yarn add @reason-react-native/slider
27
26
```
28
27
29
28
` @reason-react-native/slider ` should be added to ` bs-dependencies ` in your
30
- ` bsconfig.json ` . Something like
29
+ ` bsconfig.json ` :
31
30
32
31
``` diff
33
32
{
Original file line number Diff line number Diff line change 12
12
"repository" : " https://github.com/reason-react-native/slider.git" ,
13
13
"license" : " MIT" ,
14
14
"keywords" : [
15
+ " rescript" ,
15
16
" reason" ,
16
17
" reasonml" ,
17
18
" bucklescript" ,
You can’t perform that action at this time.
0 commit comments