Application developed with TypeScript using the React Native
- Save animes on your own favorite list
- Watch history
- Dark/light themes
- Watch videos on external players
- Download videos
For now you can download the latest version of this app from Play Store by clicking the bellow image
yarn install
Or using npm (not recommended)
npm install
android
:react-native run-android
installs the development mode application on the virtual device or connected USB device (android)ios
:react-native run-ios
installs the development mode application on the virtual device or connected USB device (ios)start
:react-native start
runs development server on port 8081
Run any of these commands with yarn
or npm run
before (yarn android
npm run android
)