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