Skip to content
This repository was archived by the owner on Jun 5, 2022. It is now read-only.

Commit

Permalink
chagned md
Browse files Browse the repository at this point in the history
  • Loading branch information
ktjd123 committed Jun 6, 2021
1 parent 6ab7536 commit 4cfac39
Show file tree
Hide file tree
Showing 3 changed files with 5,438 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
### Installation

```bash
npm i react-native-image-pan-zoom --save
yarn add react-native-image-zoom-fixed
```

### Basic Usage
Expand Down Expand Up @@ -137,4 +137,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-image-pan-zoom",
"version": "2.1.12",
"name": "react-native-image-zoom-fixed",
"version": "2.2.0",
"description": "react native image pan zoom",
"main": "built/index.js",
"types": "built/index.d.ts",
Expand All @@ -10,7 +10,9 @@
"prettier": "prettier --write src",
"start": "tsc -w --outDir demo/built"
},
"keywords": ["image-zoom"],
"keywords": [
"image-zoom"
],
"author": "ascoders",
"license": "ISC",
"peerDependencies": {
Expand Down
Loading

0 comments on commit 4cfac39

Please sign in to comment.