-
Clone the repo
git clone https://github.com/C-Saurus/file-manager.git
-
Install dependencies
npm install
or
yarn install
-
Start the app
-
Run on Android:
yarn android
(ornpx react-native run-android
). -
Run on iOS:
yarn ios
(ornpm run ios
). -
Run on Web:
yarn web
(ornpm run web
).