All Projects → calebnance → expo-multi-screen-starter

calebnance / expo-multi-screen-starter

Licence: other
react native / expo / react navigation v6

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to expo-multi-screen-starter

Expo Netflix
Netflix UI Clone with React Native & Expo || web support => https://expo-netflix.vercel.app
Stars: ✭ 297 (+301.35%)
Mutual labels:  react-navigation, prettier, expo
React Native Boilerplate
A React Native boilerplate with Expo, Redux, React Navigation, Styled Components and some 💕 included.
Stars: ✭ 135 (+82.43%)
Mutual labels:  react-navigation, prettier, expo
Expo Disneyplus
Disney+ UI Clone with React Native & Expo
Stars: ✭ 130 (+75.68%)
Mutual labels:  react-navigation, prettier, expo
umi-react-native
umi preset plugins for react-native
Stars: ✭ 54 (-27.03%)
Mutual labels:  react-navigation, expo
Reactnativeauth
Mobile user authentication flow with React Native, Expo, and AWS Amplify: Sign In, Sign Up, Confirm Sign Up, Forget Password, Reset Password.
Stars: ✭ 108 (+45.95%)
Mutual labels:  react-navigation, expo
acgnfuns-app
A react native app based on expo, dva, etc.
Stars: ✭ 14 (-81.08%)
Mutual labels:  react-navigation, expo
Expo Firebase Starter
🔥⚛️📱 Expo + Firebase Starter Kit
Stars: ✭ 199 (+168.92%)
Mutual labels:  react-navigation, expo
Expo Uber
Uber UI Clone with React Native & Expo
Stars: ✭ 186 (+151.35%)
Mutual labels:  react-navigation, expo
React Native Examples
A repo that contain React Native examples most related to tutorials I publish
Stars: ✭ 222 (+200%)
Mutual labels:  react-navigation, expo
proffy
React Native + ReactJS + NodeJS project developed on RocketSeat NexLevelWeek. This project is based on an application for connect students and teachers.
Stars: ✭ 30 (-59.46%)
Mutual labels:  react-navigation, expo
coronadev
Aplicativo para consultar a situação global do COVID-19
Stars: ✭ 44 (-40.54%)
Mutual labels:  react-navigation, expo
RN-Book-Search
A Book search app using Expo (React Native) and Google Books API
Stars: ✭ 29 (-60.81%)
Mutual labels:  react-navigation, expo
Lego Expo
Play with Lego bricks anywhere using Expo
Stars: ✭ 65 (-12.16%)
Mutual labels:  react-navigation, expo
Expo Crossy Road
🐥🚙 Crossy Road game clone made in Expo (iOS, Android, web), THREE.js, Tween, React Native. 🐔
Stars: ✭ 701 (+847.3%)
Mutual labels:  react-navigation, expo
pro-chat
Full featured chat app built with 💙 Expo & Firebase 🔥
Stars: ✭ 24 (-67.57%)
Mutual labels:  react-navigation, expo
Expo Native Firebase
🔥 Native Firebase Expo App (iOS, Android) Demo for Firestore, Notifications, Analytics, Storage, Messaging, Database 🚨
Stars: ✭ 197 (+166.22%)
Mutual labels:  react-navigation, expo
Lyrics King React Native
Lyrics King is React Native song lyrics search app, built with Expo. Designed with Adobe XD.
Stars: ✭ 261 (+252.7%)
Mutual labels:  react-navigation, expo
Expo Spotify
Spotify UI Clone with React Native & Expo || web support => https://expo-spotify.vercel.app
Stars: ✭ 287 (+287.84%)
Mutual labels:  react-navigation, expo
Pillar Valley
👾A cross-platform video game built with Expo, three.js, and Firebase! 🎮🕹
Stars: ✭ 242 (+227.03%)
Mutual labels:  react-navigation, expo
SocialApp-React-Native
Social Networking mobile app similar to Instagram in React Native.
Stars: ✭ 79 (+6.76%)
Mutual labels:  react-navigation, expo

Multi Screen Starter with Expo

web demo: Expo Multi Screen Starter

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: yarn dev or yarn start

Features

  • Expo SDK 42
  • React Navigation v6
  • Preloading/caching local assets
  • SVG custom icon usage
  • Checker for the iOS notch: iPhoneX, iPhoneXs, iPhoneXr, iPhoneXs Max

Linting

  • run: yarn lint for a list of linting warnings/error in cli
  • prettier and airbnb config
  • make sure you have prettier package installed on your atom/vscode editor
  • 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

Assets Used

Device Learnings

ios: the notch on iPhoneX, iPhoneXs, iPhoneXr, iPhoneXs Max is 30px from top

Release Notes

version: 0.0.2 (current)

version: 0.0.1

this starter for a multi screens/stack app is at a good state

  • started with React Navigation v2
  • preloading/caching local images (with splash loading screen)
  • utility checker for the notch: iPhoneX, iPhoneXs, iPhoneXr, iPhoneXs Max
  • simple jest tests
  • svg usage

Demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].