Página da disciplina de pos (Programação Orientada a Serviços) do curso técnico integrado de Informática para Internet.
Objetivo:
Pré-requisitos:
url
, ex: git clone https://github.com/leonardo-minora/2021-TarefasMobile
)expo-cli init mobile
cd mobile && yarn start
mobile
para 2021-TarefasMobile
2021-TarefasMobile
(git add . && git commit -m "my first react mobile app"
)git push origin main
)$ expo-cli init mobile
? Choose a template: › - Use arrow-keys. Return to submit.
----- Managed workflow -----
❯ blank a minimal app as clean as an empty canvas
blank (TypeScript) same as blank but with TypeScript configuration
tabs (TypeScript) several example screens and tabs using react-navigation and TypeScript
----- Bare workflow -----
minimal bare and minimal, just the essentials to get you started
$ expo-cli init mobile
✔ Choose a template: › blank a minimal app as clean as an empty canvas
Downloading and extracting project files.
🧶 Using Yarn to install packages. Pass --npm to use npm instead.
Installing JavaScript dependencies.
✅ Your project is ready!
To run your project, navigate to the directory and run one of the following yarn commands.
- cd mobile
- yarn start # you can open iOS, Android, or web from here, or run them directly with the commands below.
- yarn android
- yarn ios
- yarn web
$ cd mobile && npm start
> start
> expo start
Starting project at /Users/minora/Documents/src/react-native/tarefas
Developer tools running on http://localhost:19002
Opening developer tools in the browser...
Starting Metro Bundler
› Waiting on exp://192.168.0.98:19000
› Scan the QR code above with Expo Go (Android) or the Camera app (iOS)
› Press a │ open Android
› Press i │ open iOS simulator
› Press w │ open web
› Press r │ reload app
› Press m │ toggle menu
› Press d │ show developer tools
› shift+d │ toggle auto opening developer tools on startup (enabled)
› Press ? │ show all commands
Logs for your project will appear below. Press Ctrl+C to exit.