Aflami is an open source mobile application project built with react native and uses the YTS api to get data and torrenting files for movies.
Aflami built with android in mind and never been tested on an ios device so It's does not work on ios devices.
Aflami built with vanila react-native so it's not relieng on expo wich make it good in terms of preformance and resources usage.
contributions is always welcomed and appreciated in all my projects.
-
Clone the repository
git clone https://github.com/abdenassar01/aflami.git
-
Install dependancies
cd aflami
npm install
if you use yarn you can run
yarn install
-
run metro buindler (I use yarn but you could use npm in the same way)
yarn start
keep it runing in a terminal and open new terminal in the same directory
-
run and install app on emulator
yarn android
and congrats now the app is running on developer mode in your machine you make changes to code.
We don't have any special requirement for contributions just fork the repository to your account make changes and open pull request we will be more then happy to review it and accept it if it's suitable.