Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# DevMobile
Desenvolvimento de dispositivos móveis

Macs 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)