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: about 2 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T04:52:35.000Z (about 8 years ago)
- Last Synced: 2025-01-24T18:37:00.121Z (over 1 year 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

## 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
```