Skip to content

Commit 6ed4a85

Browse files
committed
Adjust things for "ReScript" branding
1 parent 298f0ee commit 6ed4a85

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node_modules
99
# npm unused lock file (we use yarn.lock)
1010
package-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

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
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

1517
When
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)
1719
is properly installed & configured by following their installation instructions,
1820
you 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
{

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"author": "sgny (https://github.com/sgny)",
1212
"license": "MIT",
1313
"keywords": [
14+
"rescript",
1415
"reason",
1516
"reasonml",
1617
"bucklescript",

0 commit comments

Comments
 (0)