react-native-expo-cropper 1.0.1 → 1.0.3

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.1",
3
+ "version": "1.0.3",
4
4
  "description": "Recadrage polygonal d'images.",
5
5
  "main": "index.js",
6
6
  "author": "PCS AGRI",
@@ -41,7 +41,7 @@ useEffect(() => {
41
41
 
42
42
  const photo = await cameraRef.current.takePictureAsync({
43
43
  quality: 1,
44
- skipProcessing: true,
44
+ shutterSound: false,
45
45
  });
46
46
 
47
47
 
@@ -147,7 +147,7 @@ const ImageCropper = ({ onConfirm, openCameraFirst, initialImage ,addheight}) =>
147
147
  <TouchableOpacity
148
148
  style={styles.button}
149
149
  onPress={async () => {
150
- setShowFullScreenCapture(true);
150
+ // setShowFullScreenCapture(true);
151
151
  setIsLoading(true);
152
152
  setShowResult(true);
153
153
  try {