Path: android/app/src/main/res/drawable/launch_background.xml
Change this:
<item android:drawable="@android:color/white" />To:
| { | |
| "data": [ | |
| { | |
| "id": "2198", | |
| "type": "listInvestments", | |
| "attributes": { | |
| "name": "CDB Manual", | |
| "broker": "C6 Bank", | |
| "brokerCnpj": null, | |
| "liquidity": 20, |
| package main | |
| import ( | |
| "fmt" | |
| "time" | |
| ) | |
| type Appointment struct { | |
| Start time.Time | |
| Duration time.Duration |
| { | |
| "works": [ | |
| { | |
| "id": 0, | |
| "title": "Rentx", | |
| "description": "RentX é um aplicativo para fazer reservas de carros, possui uma interface otimista e a implementação Offline First usando WatermelonDB.", | |
| "projectUrl": "https://github.com/Sup3r-Us3r/ignite-project-rentx", | |
| "projectImageUrl": "https://raw.githubusercontent.com/Sup3r-Us3r/ignite-project-rentx/main/.github/cover.png" | |
| }, | |
| { |
Confirgurar nome de usuário de forma local
git config --local user.name 'Name'
git config --local user.email '[email protected]'
Ver histórico
git log
git log --oneline