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.
- package/README.md +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/
|
|
233
|
-
- [Full Example](https://github.com/amitkumarcoding/imagecroppicker/
|
|
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
|