AnimeTech is fully responsive Anime Streaming APP,it made by using anime api,
Responsive for all devices, built using React Native and Node.js for api.
Aswell have as some basic animations.
Custom Video Player with quality change options.
find out more while using the app.
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
First, you will need to start Metro, the JavaScript bundler that ships with React Native.
To start Metro, run the following command from the root of your React Native project:
# using npm
npm install
# to start application with metro terminal (recommended)
npm start
# OR using Yarn
yarn add
# to start application with metro terminal (recommended)
yarn start