Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
washingtonsoares committed Jan 5, 2021
1 parent 4f72d11 commit 38a13bc
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions aula3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,23 @@ https://www.figma.com/file/pHfpDnEZYtWOQ9WGDVuCsu/DSDeliver04

https://www.figma.com/file/BMIYHhdtpAXQgAPPDWLi18/DSDeliver05

## Criando projeto com `Expo`:
## Passo a passo de configuração do projeto:

#### Instando o `Expo` globalmente:
```bash
npm install --global expo-cli
```

#### Criando projeto com `Expo`:
```bash
expo init front-mobile -t expo-template-blank-typescript
```
#### Após a instalação, entrar na pasta `front-mobile` e remover a pasta `.git` (muita atenção nesse passo!)
```bash
rm -rf .git
```
#### Instalando dependências:
```bash
expo init teste-version -t expo-template-blank-typescript
expo install @react-navigation/stack @react-native-community/masked-view react-native-screens react-native-gesture-handler @react-navigation/native
```

## Links úteis:
Expand Down

0 comments on commit 38a13bc

Please sign in to comment.