React Native Scoped Storage

JSON →
library 1.9.5 ·javascript
verified Jun 7, 2026

A React Native library (v1.9.5) that provides an API for accessing Android's Scoped Storage, required for apps targeting API 30+. It allows reading/writing files in user-selected directories without WRITE_EXTERNAL_STORAGE permission. Uses the Storage Access Framework (SAF) via document tree pickers and persisted URI permissions. Actively maintained, weekly releases on npm. Key differentiator: handles scoped storage complexities that React Native's built-in FS module lacks.