Skip to content

Commit a56790a

Browse files
Updated installation instructinos
1 parent b84a388 commit a56790a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@ Exposed as `ReactNativeImagePicker` module.
1414
`react-native-image-picker` X.y._
1515

1616
## Installation
17+
1. Install
18+
[`react-native-image-picker`](https://github.com/react-native-community/react-native-image-picker)
19+
by following their installation instructions.</li>
1720

18-
When
19-
[`react-native-image-picker`](`https://github.com/react-native-community/react-native-image-picker`)
20-
is properly installed & configured by following their installation instructions,
21-
you can install the bindings:
22-
21+
2. Install `@reason-react-native/image-picker`
2322
```console
2423
npm install @reason-react-native/image-picker
2524
# or
2625
yarn add @reason-react-native/image-picker
2726
```
2827

29-
`@reason-react-native/image-picker` should be added to `bs-dependencies` in your
28+
3. Add `@reason-react-native/image-picker` to `bs-dependencies` in your
3029
`bsconfig.json`. Something like
3130

3231
```diff
@@ -41,7 +40,6 @@ yarn add @reason-react-native/image-picker
4140
//...
4241
}
4342
```
44-
4543
## Usage
4644

4745
```reason

0 commit comments

Comments
 (0)