1- # ` @reason -react-native/keychain `
1+ # ` @rescript -react-native/keychain `
22
3- [ ![ Build Status] ( https://github.com/reason -react-native/keychain/workflows/Build/badge.svg )] ( https://github.com/reason -react-native/keychain/actions )
4- [ ![ Version] ( https://img.shields.io/npm/v/@reason -react-native/keychain.svg )] ( https://www.npmjs.com/@reason -react-native/keychain )
5- [ ![ Chat ] ( https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue )] ( https://reason-react-native.github.io/discord / )
3+ [ ![ Build Status] ( https://github.com/rescript -react-native/keychain/workflows/Build/badge.svg )] ( https://github.com/rescript -react-native/keychain/actions )
4+ [ ![ Version] ( https://img.shields.io/npm/v/@rescript -react-native/keychain.svg )] ( https://www.npmjs.com/@rescript -react-native/keychain )
5+ [ ![ ReScript Forum ] ( https://img.shields.io/discourse/posts?color=e6484f&label=ReScript%20Forum&server=https%3A%2F%2Fforum.rescript-lang.org )] ( https://forum.rescript-lang.org / )
66
7- [ ReScript] ( https://rescript-lang.org ) / [ Reason ] ( https://reasonml.github.io ) bindings for
7+ [ ReScript] ( https://rescript-lang.org ) bindings for
88[ ` react-native-keychain ` ] ( https://github.com/oblador/react-native-keychain ) .
99
1010Exposed as ` ReactNativeKeychain ` module.
1111
12- ` @reason -react-native/keychain ` X.y.\* means it's compatible with
12+ ` @rescript -react-native/keychain ` X.y.\* means it's compatible with
1313` react-native-keychain ` X.y.\*
1414
1515## Installation
@@ -19,22 +19,22 @@ is properly installed & configured by following their installation instructions,
1919you can install the bindings:
2020
2121``` console
22- npm install @reason -react-native/keychain
22+ npm install @rescript -react-native/keychain
2323# or
24- yarn add @reason -react-native/keychain
24+ yarn add @rescript -react-native/keychain
2525```
2626
27- ` @reason -react-native/keychain ` should be added to ` bs-dependencies ` in your
27+ ` @rescript -react-native/keychain ` should be added to ` bs-dependencies ` in your
2828` bsconfig.json ` :
2929
3030``` diff
3131{
3232 //...
3333 "bs-dependencies": [
34- "reason- react",
35- "reason -react-native",
34+ "@rescript/ react",
35+ "rescript -react-native",
3636 // ...
37- + "@reason -react-native/keychain"
37+ + "@rescript -react-native/keychain"
3838 ],
3939 //...
4040}
@@ -56,11 +56,11 @@ releases.
5656## Contribute
5757
5858Read the
59- [ contribution guidelines] ( https://github.com/reason -react-native/.github/blob/master/CONTRIBUTING.md )
59+ [ contribution guidelines] ( https://github.com/rescript -react-native/.github/blob/master/CONTRIBUTING.md )
6060before contributing.
6161
6262## Code of Conduct
6363
6464We want this community to be friendly and respectful to each other. Please read
65- [ our full code of conduct] ( https://github.com/reason -react-native/.github/blob/master/CODE_OF_CONDUCT.md )
65+ [ our full code of conduct] ( https://github.com/rescript -react-native/.github/blob/master/CODE_OF_CONDUCT.md )
6666so that you can understand what actions will and will not be tolerated.
0 commit comments