Skip to content

A file manager app made with React Native & Expo

License

Notifications You must be signed in to change notification settings

C-Saurus/file-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Manager

A file manager app built with React Native & Expo.

Run project in development

  1. Clone the repo

    git clone https://github.com/C-Saurus/file-manager.git
  2. Install dependencies

    npm install

    or

    yarn install
  3. Start the app

  • Run on Android: yarn android (or npx react-native run-android).

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

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

About

A file manager app made with React Native & Expo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.5%
  • Java 7.7%
  • C++ 2.0%
  • Other 0.8%