We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2991821 commit 2b9cddbCopy full SHA for 2b9cddb
README.md
@@ -20,7 +20,9 @@ npm install @react-native-community/image-editor --save
20
21
### Install Pods
22
23
-`npx pod-install`
+```shell
24
+npx pod-install
25
+```
26
27
## Usage
28
@@ -61,7 +63,7 @@ cropData: ImageCropData = {
61
63
};
62
64
```
65
-For more advanced usage check our [example app](/example/src/App.js).
66
+For more advanced usage check our [example app](/example/src/App.tsx).
67
68
<!-- badges -->
69
[build-badge]: https://github.com/callstack/react-native-image-editor/actions/workflows/main.yml/badge.svg
0 commit comments