1- # BuckleScript bindings to @ react-native-community /clipboard
1+ # ` @reason- react-native/clipboard`
22
33[ ![ Build Status] ( https://github.com/reason-react-native/clipboard/workflows/Build/badge.svg )] ( https://github.com/reason-react-native/clipboard/actions )
4- [ ![ Version] ( https://img.shields.io/npm/v/@reason-react-native/clipboard.svg )] ( https://www.npmjs.com/package/@reason-react-native/clipboard )
4+ [ ![ Version] ( https://img.shields.io/npm/v/@reason-react-native/clipboard.svg )] ( https://www.npmjs.com/@reason-react-native/clipboard )
5+ [ ![ Chat] ( https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue )] ( https://reason-react-native.github.io/discord/ )
56
6- These are complete BuckleScript bindings to
7- [ ` @react-native-community/clipboard ` ] ( https://github.com/react-native-community/clipboard ) ,
8- in Reason syntax.
7+ [ ReScript] ( https://rescript-lang.org ) / [ Reason] ( https://reasonml.github.io ) bindings for
8+ [ ` @react-native-community/clipboard ` ] ( https://github.com/react-native-clipboard/clipboard ) .
99
10- Version ` x.y.z ` of ` @reason-react-native/clipboard ` should be compatible with
11- version ` x.y.* ` of ` @react-native-community/clipboard ` .
10+ Exposed as ` ReactNativeClipboard ` module.
11+
12+ ` @reason-react-native/clipboard ` X.y.\* means it's compatible with
13+ ` @react-native-community/clipboard ` X.y.\*
1214
1315## Installation
1416
1517When
16- [ ` @react-native-community/clipboard ` ] ( https://github.com/react-native-community /clipboard )
18+ [ ` @react-native-community/clipboard ` ] ( https://github.com/react-native-clipboard /clipboard )
1719is properly installed & configured by following their installation instructions,
1820you can install the bindings:
1921
@@ -24,7 +26,7 @@ yarn add @reason-react-native/clipboard
2426```
2527
2628` @reason-react-native/clipboard ` should be added to ` bs-dependencies ` in your
27- ` bsconfig.json ` . Something like
29+ ` bsconfig.json ` :
2830
2931``` diff
3032{
0 commit comments