react-native-customizable-image-crop-picker 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -229,8 +229,8 @@ This package also exports a **fully customizable React Native modal** (`ImageCro
229
229
 
230
230
  ## Examples
231
231
 
232
- - [Basic Example](https://github.com/amitkumarcoding/imagecroppicker/tree/main/example)
233
- - [Full Example](https://github.com/amitkumarcoding/imagecroppicker/tree/main/packages/react-native-customizable-image-crop-picker/example)
232
+ - [Basic Example](https://github.com/amitkumarcoding/imagecroppicker/blob/main/App.js)
233
+ - [Full Example](https://github.com/amitkumarcoding/imagecroppicker/blob/main/packages/react-native-customizable-image-crop-picker/example/App.js)
234
234
 
235
235
 
236
236
  ### Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-customizable-image-crop-picker",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Fully customizable React Native image crop picker (JS UI + native performance).",
5
5
  "keywords": [
6
6
  "react-native",