Skip to content

Files

Latest commit

c02803d · Aug 15, 2022

History

History
62 lines (47 loc) · 1.69 KB

README.md

File metadata and controls

62 lines (47 loc) · 1.69 KB

Application developed with TypeScript using the React Native


animeeb

Features

  • Save animes on your own favorite list
  • Watch history
  • Dark/light themes
  • Watch videos on external players
  • Download videos

Screenshots

Downloading the app

For now you can download the latest version of this app from Play Store by clicking the bellow image

Get it on Google Play

Running this project

Install all dependencies

yarn install

Or using npm (not recommended)

npm install

Running on device

  • 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)