champ3oy / expo-disneyplus

disney+ clone with expo / react native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disney+ Clone with Expo

made with expo supports iOS and Android

follow @calebnance

Table of Contents

Install & Build

First, make sure you have Expo CLI installed: npm install -g expo-cli

Install: yarn or yarn install

Run Project Locally: expo start or yarn dev

Stats

  • Expo SDK 35
  • iOS and Android
  • React Navigation v3
  • 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)

  • iOS and Android
  • Tab Navigation
    • Home
    • Search
    • Downloads
    • Profile
  • started with Expo SDK 35

About

disney+ clone with expo / react native

License:MIT License


Languages

Language:JavaScript 100.0%