moveAsync not working on iOS when using expo-file-system
“expo”: “~50.0.17”, When I trigger moveAsync will show error Possible unhandled promise rejection (id:1): Error: Asset couldn’t be saved to photo libray. It just happened in iOS device, Android is working. import React, { useRef, useEffect } from ‘react’; import { View, TouchableOpacity, Text } from ‘react-native’; import * as FileSystem from ‘expo-file-system’; import * […]
Expo 51 is crashing when using expo-file-system
In expo SDK 50 expo-file-system was working fine. i was able to select and upload images to firebase. but now after updating it to SDK 51 as soon as i try to save the selected image using file-system expo app closes automatically.