An open API service indexing awesome lists of open source software.

https://github.com/xylend-dev/expo-file-manager

A file manager app made with React Native & Expo
https://github.com/xylend-dev/expo-file-manager

android expo file-sharing filemanager ios react-native typescript vault

Last synced: 27 days ago
JSON representation

A file manager app made with React Native & Expo

Awesome Lists containing this project

README

        

Expo File Manager


A file manager app built with React Native & Expo.


## About The Project

With this app you can import/export photos and videos from/to photo gallery and
also download files directly from the web.

Files managed by the app are kept within app's folder therefore they are not
exposed to phone's built-in file manager unless the phone is rooted.

Here are some other features:

- A simple built-in web browser
- Transfer files from your PC through web sockets.
- Darkmode - Lightmode
- Passcode protection
- Unlock with biometrics


Screenshots














### Run project in development

1. Clone the repo
```sh
git clone https://github.com/qavrix/expo-file-manager
```
2. Install dependencies

```sh
npm install
```

or

```sh
yarn install
```

3. Start the app

- Run on Android: `yarn android` (or `npm run android`).

- Run on iOS: `yarn ios` (or `npm run ios`).

- Run on Web: `yarn web` (or `npm run web`).