feat(file-system-plugin): introduce file system plugin#177
Open
thiagobrez wants to merge 4 commits intomainfrom
Open
feat(file-system-plugin): introduce file system plugin#177thiagobrez wants to merge 4 commits intomainfrom
thiagobrez wants to merge 4 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
V3RON
reviewed
Feb 23, 2026
Contributor
There was a problem hiding this comment.
You should create a separate file in ./src for the React Native implementation and replace the contents of this file with the conditional exports from the plugin template. Currently, regardless of whether the app is built in production or development mode, your code will be included in the bundle. The template provides a setup that conditionally replaces the implementation with noop functions.
V3RON
reviewed
Feb 23, 2026
Contributor
V3RON
left a comment
There was a problem hiding this comment.
You need to rebase your branch against the latest main, which includes the new Expo-based playground.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Introduce the File System plugin, to inspect and preview files in the app disk.
There are still some polishments / improvements to be made such as adding more formatters to better preview other file types.
file-system-compressed.mp4
Related Issue
Context
Implemented following patterns from the MMKV plugin. It is modular and accepts both RNFS (bare RN) or Expo File System.
Testing
Tested on a personal side project using Expo File System, and also in Rozenite's Playground app using RNFS.