Skip to content

ERROR: [28: No space left on device] #937

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions