Skip to content

nishalk01/VideoPlayer

Repository files navigation

VideoPlayer 📽

This is a simple react native VideoPlayer application you can find the built apk here

The application is only supported for android
FileName Preview
FolderScreen.js FolderScreen
VideoList.js VideoList
PlayerPage.js PlayerPage

Some sources are mentioned above the code itself

How can I run the code ?

  1. Clone or Download zip of this repo
  2. Make sure You have npm and react-native setup on your system(if not follow the instruction from docs
  3. Just open your cmd or terminal in the folder you have the repo downloaded.
  4. Run npm install make sure that Your running this in the path of the repo where package.json is present.
  5. Run your metro server usingreact-native start and connect your mobile through adb(more instruction) or you can use AVD
  6. Now you have your server and mobile connected to run your code on android run react-native run-android.This will build and open the app into your mobile phone which is connected through adb.

References: