https://github.com/abhijithvijayan/youtubenative
React-Native Clone of YouTube App
https://github.com/abhijithvijayan/youtubenative
Last synced: 3 months ago
JSON representation
React-Native Clone of YouTube App
- Host: GitHub
- URL: https://github.com/abhijithvijayan/youtubenative
- Owner: abhijithvijayan
- Created: 2019-05-18T04:56:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T07:10:49.000Z (about 6 years ago)
- Last Synced: 2024-10-11T20:53:01.389Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.59 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube-Native
React-Native Clone of YouTube
## Available Scripts
### `npm start`
Runs your app in development mode.
#### `npm run android`
Like `npm start`, but also attempts to open your app on a connected Android device or emulator.
#### `npm run ios`
Like `npm start`, but also attempts to open your app on a connected ios device or emulator.
#### `npm run bundle:android`
This will start the process of "building" the APK for release.
#### `npm run build:android`
This will start the process of "building" the APK for release and also attempts to open your app on a connected Android device or emulator.