Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mharteux/devmobile
Desenvolvimento de dispositivos móveis - UNIESP
https://github.com/mharteux/devmobile
Last synced: about 1 month ago
JSON representation
Desenvolvimento de dispositivos móveis - UNIESP
- Host: GitHub
- URL: https://github.com/mharteux/devmobile
- Owner: mharteux
- License: mit
- Created: 2024-08-22T16:50:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T15:20:31.000Z (about 1 month ago)
- Last Synced: 2024-11-12T16:29:37.393Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevMobile
Desenvolvimento de dispositivos móveisMacs commands:
- **Create project**
npx create-expo-app@latest MeuPrimeiroApp --template blank- **NPM install:**
npm install- **Project working on web:**
npx expo install react-native-web react-dom @expo/metro-runtime- **Project running:**
npm start- **React Navigation:**
npm install @react-navigation/native
npm install react-native-screens react-native-safe-area-context
npm install @react-navigation/native-stack## IMG Exercícios Aula01
Exerc01
![exerc01ios](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula01/exerc01-ios.png)
Exerc02
![exerc02ios](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula01/exerc02-ios.png)
Exerc03
![exerc03ios](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula01/exerc03-ios.png)
Exerc04
![exerc04ios](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula01/exerc04-ios.png)
## IMG Exercícios Aula02
Exerc01
![exerc01ios](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula02/exerc01-ios.png)
Exerc02
![exerc02ios](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula02/exerc02-ios.png)
Exerc03
![exerc03ios](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula02/exerc03-ios.png)
Exerc04
![exerc04ios](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula02/exerc04-ios.png)
Exerc05 Challenge
![exerc05ios](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula02/exerc05Challenge-ios.png)
## IMG Exercícios Aula03
Go to Details
![go-to-detail](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula03/01go-to-details.png)
Details Screen
![details-screen](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula03/02details-screen.png)
## IMG Exercícios Aula03 Challenge
Menu
![go-to-detail](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula03Challenge/challenge01.png)
Matheus Detail
![go-to-detail](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula03Challenge/challenge02.png)
Maria Detail
![go-to-detail](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula03Challenge/challenge03.png)
## IMG Exercícios Aula04
Light Theme
![go-to-detail](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula04/light.png)
Dark Theme
![go-to-detail](https://github.com/mharteux/DevMobile/blob/main/Img-readme/ImgAula04/dark.png)