File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff 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
2423npm install @reason-react-native/image-picker
2524# or
2625yarn 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
You can’t perform that action at this time.
0 commit comments