Awesome
Disney+: UI Clone with React Native / Expo
<p align="center"> <img src=".gh-assets/screenshare-4.png?raw=true" /> </p>Table of Contents
Install & Build
First, make sure you have installed on your machine:
- Yarn:
npm install --global yarn
- Expo CLI:
npm install -g expo-cli
Install: yarn
or yarn install
Run Project Locally: yarn dev
or expo start
Features
- Expo SDK 46
- iOS and Android
- React Navigation v4
- PropTypes
Linting
- run:
yarn lint
for a list of linting warnings/error in cli - prettier and airbnb config
- make sure you have prettier package installed:
- then make sure to enable these options (packages → prettier):
- eslint integration
- stylelint integration
- automatic format on save (toggle format on save)
- be aware of the
.prettierignore
file
Release Notes
version 0.0.1 (current)
- upgraded to Expo SDK 46
- upgraded to Expo SDK 45
- upgraded to Expo SDK 44
- upgraded to Expo SDK 43
- upgraded to Expo SDK 42
- upgraded to Expo SDK 41
- upgraded to Expo SDK 40
- upgraded to Expo SDK 39
- upgraded to Expo SDK 38
- upgraded to React Navigation v4
- upgraded to Expo SDK 37
- upgraded to Expo SDK 36
- iOS and Android
- Tab Navigation
- Home
- Search
- Downloads
- Profile
- started with React Navigation v3
- started with Expo SDK 35