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
- Host: GitHub
- URL: https://github.com/xylend-dev/expo-file-manager
- Owner: xylend-dev
- License: mit
- Created: 2024-10-21T18:16:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T18:24:25.000Z (7 months ago)
- Last Synced: 2024-10-22T09:59:23.087Z (7 months ago)
- Topics: android, expo, file-sharing, filemanager, ios, react-native, typescript, vault
- Language: TypeScript
- Homepage:
- Size: 5.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`).