react-native-customizable-image-crop-picker 1.0.1 → 1.0.2

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 +9 -9
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -47,19 +47,19 @@ iOS/Android image picker + cropper with support for **camera**, **gallery**, opt
47
47
 
48
48
  </br></br>
49
49
  <p>
50
- <img src="../../images/1.png" alt="Android demo" width="320" />
50
+ <img src="https://github.com/amitkumarcoding/imagecroppicker/blob/main/images/1.png" alt="Android demo" width="320" />
51
51
  </p>
52
52
  </br>
53
53
  <p>
54
- <img src="../../images/2.png" alt="Android demo" width="320" />
54
+ <img src="https://github.com/amitkumarcoding/imagecroppicker/blob/main/images/2.png" alt="Android demo" width="320" />
55
55
  </p>
56
56
  </br>
57
57
  <p>
58
- <img src="../../images/3.png" alt="Android demo" width="320" />
58
+ <img src="https://github.com/amitkumarcoding/imagecroppicker/blob/main/images/3.png" alt="Android demo" width="320" />
59
59
  </p>
60
60
  </br>
61
61
  <p>
62
- <img src="../../images/4.png" alt="Android demo" width="320" />
62
+ <img src="https://github.com/amitkumarcoding/imagecroppicker/blob/main/images/4.png" alt="Android demo" width="320" />
63
63
  </p>
64
64
  </br>
65
65
  </br>
@@ -69,23 +69,23 @@ iOS/Android image picker + cropper with support for **camera**, **gallery**, opt
69
69
  </br>
70
70
  </br>
71
71
  <p>
72
- <img src="../../images/5.png" alt="iOS demo" width="320" />
72
+ <img src="https://github.com/amitkumarcoding/imagecroppicker/blob/main/images/5.png" alt="iOS demo" width="320" />
73
73
  </p>
74
74
  </br>
75
75
  <p>
76
- <img src="../../images/6.png" alt="iOS demo" width="320" />
76
+ <img src="https://github.com/amitkumarcoding/imagecroppicker/blob/main/images/6.png" alt="iOS demo" width="320" />
77
77
  </p>
78
78
  </br>
79
79
  <p>
80
- <img src="../../images/7.png" alt="iOS demo" width="320" />
80
+ <img src="https://github.com/amitkumarcoding/imagecroppicker/blob/main/images/7.png" alt="iOS demo" width="320" />
81
81
  </p>
82
82
  </br>
83
83
  <p>
84
- <img src="../../images/8.png" alt="iOS demo" width="320" />
84
+ <img src="https://github.com/amitkumarcoding/imagecroppicker/blob/main/images/8.png" alt="iOS demo" width="320" />
85
85
  </p>
86
86
  </br>
87
87
  <p>
88
- <img src="../../images/9.png" alt="iOS demo" width="320" />
88
+ <img src="https://github.com/amitkumarcoding/imagecroppicker/blob/main/images/9.png" alt="iOS demo" width="320" />
89
89
  </p>
90
90
  </br>
91
91
  </br>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-customizable-image-crop-picker",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Fully customizable React Native image crop picker (JS UI + native performance).",
5
5
  "keywords": [
6
6
  "react-native",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "git+https://github.com/amitkumarcoding/imagecroppicker.git#main"
21
+ "url": "git+https://github.com/amitkumarcoding/imagecroppicker/tree/main/packages/react-native-customizable-image-crop-picker"
22
22
  },
23
23
  "license": "MIT",
24
24
  "author": "Amit Kumar",