1.0.1 • Published 4 months ago

file-explorer-expo-dev-plugin v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

File Explorer Expo Dev Plugin

A DevTools plugin for managing and viewing the file system in Expo Go and Expo development projects.

Demo of file-explorer-expo-dev-plugin

Installation

Managed Expo Projects

For managed Expo projects, follow the installation instructions in the API documentation. If the documentation is unavailable, the library may not yet be officially released in an Expo SDK.

Bare React Native Projects

Ensure you have installed and configured the expo package before proceeding.

Install the package with:

NPM

npm install file-explorer-expo-dev-plugin

Yarn

yarn add file-explorer-expo-dev-plugin

Usage

import { useFileExplorerDevTools } from 'file-explorer-expo-dev-plugin'

useFileExplorerDevTools()

Example project: examples/example-file-system-tools

Features

  • Easily navigate and inspect the file system directly within Expo DevTools
  • Perform file operations such as reading, writing, and deleting without extra setup
  • Supports both Expo Go and Expo Dev Client for seamless integration
  • Provides a lightweight and efficient way to test file storage during development

Motivation

This plugin was created to provide a simple tool for quickly opening and manually testing files and folders created in Expo projects. The goal was to avoid the need for additional utility implementations or external tools, making file system interactions more convenient.

Usage

Once installed, the plugin will be available in the Expo DevTools interface, allowing you to interact with the file system in your Expo project.

API Documentation

Contributing

Contributions are welcome! Please follow the standard contribution process, including forking the repository, making changes in a feature branch, and submitting a pull request.

Extra: Expo contributing guide

License

This project is licensed under the MIT License. See the LICENSE file for details.

1.0.1

4 months ago

1.0.0

5 months ago