Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rbhatia46/youtubeuireactnative

Youtube Android App UI in React Native
https://github.com/rbhatia46/youtubeuireactnative

react-native youtube-android youtube-ios

Last synced: 3 days ago
JSON representation

Youtube Android App UI in React Native

Awesome Lists containing this project

README

        

# YouTubeUIReactNative
Youtube Android App UI in React Native

## Preview

![Preview](https://preview.ibb.co/dnkqrT/Screenshot_2018_05_19_10_08_16_514_com_youtubeuireactnative.png)

## How to run
1. Clone this repository
2. Open the terminal in the project
3. Install all the dependencies
```
npm install
```
4. Open your Android/iOS Simulator or connect your physical device with USB Debugging enabled.
5. Run the project
```
react-native run-android
```
OR
```
react-native run-ios
```