Skip to content

leduard/Animeeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)