Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rbhatia46/youtubeuireactnative
- Owner: rbhatia46
- Created: 2018-05-19T04:41:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T04:52:35.000Z (over 6 years ago)
- Last Synced: 2024-11-24T19:15:00.188Z (2 months ago)
- Topics: react-native, youtube-android, youtube-ios
- Language: JavaScript
- Size: 693 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```