Skip to content

ossamabenjemaa/React-Native-Todolist

Repository files navigation

React-Native-Todolist

Made with Expo for IOS device

Want to see the project ? Scan the Qrcode

Summary

I. Show the app on your phone

II. Create your own app with expo

Setup IOS Simulator

If you want to show your app on the screen with a simulator, follow these instructions. If you prefer follow on your Iphone, go to the next step.

  1. Instal Xcode
  2. Open Xcode
  3. Go to Xcode Menu (click on Xcode on the top left) Preferences > Compenents
  4. Download IOS 15.0 Simulator (or whatever)
  5. Go to Xcode Menu (click on Xcode on the top left) Open Developer Tool > Simulator
  6. Choose your device : go to your Dock and right clic on the Simulator Icon App > Device > IOS 15.5 > Iphone 13 Pro

Setup Your Phone

  1. Install Expo Go
  2. Create an account

Setup Expo

  1. Install Expo. Go to your Terminal
  2. Install Expo with npm or yarn (change npm by yarn in the folloing code)
npm install --global expo-cli
  1. Init your project (call it todolist or wathever)
expo init todolist
  1. Go to the folder
cd todolist
  1. Init the project
expo init
  1. Select >blank
  2. Type i
i
  1. Expo will open the app on your phone or your simulator (or both).

Start Expo

This commande is if you want to star expo after init

expo start
i

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published