Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui committed Jan 15, 2024
1 parent 2991821 commit 2b9cddb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ npm install @react-native-community/image-editor --save

### Install Pods

`npx pod-install`
```shell
npx pod-install
```

## Usage

Expand Down Expand Up @@ -61,7 +63,7 @@ cropData: ImageCropData = {
};
```

For more advanced usage check our [example app](/example/src/App.js).
For more advanced usage check our [example app](/example/src/App.tsx).

<!-- badges -->
[build-badge]: https://github.com/callstack/react-native-image-editor/actions/workflows/main.yml/badge.svg
Expand Down

0 comments on commit 2b9cddb

Please sign in to comment.