CopyPercentage make from React-native(expo)
"expo": "~48.0.15",
"expo-document-picker": "~11.2.2",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-native": "0.71.7",
"react-native-document-picker": "^8.2.0",
"react-native-fs": "^2.20.0"
This is a simple program with the goal of allowing us to access the main screen and choose the files we want to copy. We will be able to see the actual path of the selected file and a progress bar indicating the copying progress. Finally, we will find the copied data in both the documentDirectory and cacheDirectory.
https://expo.dev/@jameswayd/copy?serviceType=classic&distribution=expo-go


