react-native-expo-cropper 1.0.6 → 1.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-expo-cropper",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Recadrage polygonal d'images.",
5
5
  "main": "index.js",
6
6
  "author": "PCS AGRI",
@@ -20,14 +20,14 @@
20
20
  "react-native": "0.79.2"
21
21
  },
22
22
  "dependencies": {
23
- "@expo/vector-icons": "14.1.0",
24
- "expo": "53.0.9",
25
- "expo-camera": "16.1.6",
26
- "expo-image-manipulator": "13.1.6",
27
- "expo-image-picker": "16.1.4",
28
- "expo-media-library": "17.1.6",
29
- "expo-screen-orientation": "8.1.6",
30
- "react-native-svg": "15.11.2",
23
+ "@expo/vector-icons": "^15.0.2",
24
+ "expo": "^54.0.0",
25
+ "expo-camera": "~17.0.8",
26
+ "expo-image-manipulator": "~14.0.7",
27
+ "expo-image-picker": "~17.0.8",
28
+ "expo-media-library": "~18.2.0",
29
+ "expo-screen-orientation": "~9.0.7",
30
+ "react-native-svg": "15.12.1",
31
31
  "react-native-view-shot": "4.0.3"
32
32
  },
33
33
  "engines": {
@@ -152,8 +152,9 @@ const styles = StyleSheet.create({
152
152
  padding: 8,
153
153
  },
154
154
  buttonContainer: {
155
- marginTop: 25,
156
- marginBottom: 40,
155
+ position: 'absolute',
156
+ bottom: 0,
157
+ marginBottom: 20,
157
158
  flexDirection: 'row',
158
159
  justifyContent: 'center',
159
160
  },