1- # ` @reason -react-native/paper `
1+ # ` @rescript -react-native/paper `
22
3- [ ![ Build Status] ( https://github.com/reason -react-native/paper/workflows/Build/badge.svg )] ( https://github.com/reason -react-native/paper/actions )
4- [ ![ Version] ( https://img.shields.io/npm/v/@reason -react-native/paper.svg )] ( https://www.npmjs.com/@reason -react-native/paper )
5- [ ![ Chat ] ( https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue )] ( https://reasonml-community.github.io/reason-react-native/discord / )
3+ [ ![ Build Status] ( https://github.com/rescript -react-native/paper/workflows/Build/badge.svg )] ( https://github.com/rescript -react-native/paper/actions )
4+ [ ![ Version] ( https://img.shields.io/npm/v/@rescript -react-native/paper.svg )] ( https://www.npmjs.com/@rescript -react-native/paper )
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-paper ` ] ( https://github.com/callstack/react-native-paper ) .
99
1010Exposed as ` Paper ` module.
1111
12- ` @reason -react-native/paper ` X.y.\* means it's compatible with
12+ ` @rescript -react-native/paper ` X.y.\* means it's compatible with
1313` react-native-paper ` X.y.\*
1414
1515## Status
@@ -26,22 +26,22 @@ is properly installed & configured by following their installation instructions,
2626you can install the bindings:
2727
2828``` console
29- npm install @reason -react-native/paper
29+ npm install @rescript -react-native/paper
3030# or
31- yarn add @reason -react-native/paper
31+ yarn add @rescript -react-native/paper
3232```
3333
34- ` @reason -react-native/paper ` should be added to ` bs-dependencies ` in your
34+ ` @rescript -react-native/paper ` should be added to ` bs-dependencies ` in your
3535` bsconfig.json ` :
3636
3737``` diff
3838{
3939 //...
4040 "bs-dependencies": [
41- "reason- react",
42- "reason -react-native",
41+ "@rescript/ react",
42+ "rescript -react-native",
4343 // ...
44- + "@reason -react-native/paper"
44+ + "@rescript -react-native/paper"
4545 ],
4646 //...
4747}
@@ -51,7 +51,7 @@ yarn add @reason-react-native/paper
5151
5252### Components
5353
54- ``` reason
54+ ``` rescript
5555[@react.component]
5656let make = () => {
5757 let (visible, setVisible) = React.useState(() => false);
@@ -78,12 +78,12 @@ releases.
7878
7979## Contribute
8080
81- Read the [ contribution guidelines] ( https://github.com/reason -react-native/.github/blob/master/CONTRIBUTING.md ) before contributing.
81+ Read the [ contribution guidelines] ( https://github.com/rescript -react-native/.github/blob/master/CONTRIBUTING.md ) before contributing.
8282
8383## Code of Conduct
8484
8585We want this community to be friendly and respectful to each other. Please read
86- [ our full code of conduct] ( https://github.com/reason -react-native/.github/blob/master/CODE_OF_CONDUCT.md ) so that you can understand what
86+ [ our full code of conduct] ( https://github.com/rescript -react-native/.github/blob/master/CODE_OF_CONDUCT.md ) so that you can understand what
8787actions will and will not be tolerated.
8888
8989## Implemented components
0 commit comments