A demo of design and functionality of a YouTube page built in React Native.
PS: Video, images, text are all hard-coded. Those can easily be replaced with content from an API.
git clone https://github.com/VinayakBagaria/Animated-Youtube-Page
cd Animated-Youtube-Page && yarn
- installs dependencies for frontend serveyarn run android
- run the app on android, via simulator or through USB.yarn run ios
- run the app on ios simulator.
- ESLint - Linter for JS and JSX
- Prettier - Code formatter
- Lint-Staged - Runs Prettier against staged JS files
- Husky - Runs Lint-Staged before git commits
- Flow (React dependency for type management - installed but not used)