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
99# npm unused lock file (we use yarn.lock)
1010package-lock.json
1111
12- # Ocaml / Reason / BuckleScript artifacts
12+ # ReScript / Reason / Ocaml artifacts
1313# *.bs.js # we do want this files to ensure zero-cost
1414.bsb.lock
1515** /lib /bs
Original file line number Diff line number Diff line change 44[ ![ Version] ( https://img.shields.io/npm/v/@reason-react-native/async-storage.svg )] ( https://www.npmjs.com/@reason-react-native/async-storage )
55[ ![ Chat] ( https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue )] ( https://reason-react-native.github.io/discord/ )
66
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
98[ ` @react-native-community/async-storage ` ] ( https://github.com/react-native-community/async-storage ) .
109
1110Exposed as ` ReactNativeAsyncStorage ` module.
1211
13- ` @reason-react-native/async-storage ` X.y._ means it's compatible with
14- ` @react-native-community/async-storage ` X.y._
12+ ` @reason-react-native/async-storage ` X.y.\* means it's compatible with
13+ ` @react-native-community/async-storage ` X.y.\*
1514
1615## Installation
1716
@@ -27,7 +26,7 @@ yarn add @reason-react-native/async-storage
2726```
2827
2928` @reason-react-native/async-storage ` should be added to ` bs-dependencies ` in
30- your ` bsconfig.json ` . Something like
29+ your ` bsconfig.json ` :
3130
3231``` diff
3332{
Original file line number Diff line number Diff line change 1010 "repository" : " https://github.com/reason-react-native/async-storage.git" ,
1111 "license" : " MIT" ,
1212 "keywords" : [
13+ " rescript" ,
1314 " reason" ,
1415 " reasonml" ,
1516 " bucklescript" ,
You can’t perform that action at this time.
0 commit comments