-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
Package versions:
"react-native": "0.63.2",
"react-native-fs": "^2.16.6",
Device info:
- iPad Pro
- iPadOS 14.0.0
My device has 40GB+ of free space but after ~2GB of downloads from my CDN in the app update section, the device returns Error [28: No space left on device]. I'm using RNFS.downloadFile(obj) one at a time and writing them to RNFS.DocumentDirectoryPath + '/assets'. I thought this was an OS version, but I've tried running my app on an iPad running OS 13.6.0 and I'm getting the same error. Using RNFS.getFSInfo() shows me the available space is what I expect (~40GB). This doesn't happen on the simulator so I'm wondering if there's an issue with this library or react-native. Has anyone else experienced it?
Metadata
Metadata
Assignees
Labels
No labels