You are on page 1of 1

Comandos PowerShell

- Get-ExecutionPolicy
- Set-ExecutionPolicy AllSigned: Caso o retorno do comando acima seja Restricted.
Se for diferente pode pular.
- Set-ExecutionPolicy Bypass -Scope Process -Force;
[System.Net.ServicePointManager]::SecurityProtocol =
[System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object
System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
- choco
- choco install -y nodejs-lts (Caso não funcione = choco install nodejs)
- choco install oracle17jdk
- reabrir powershell
- node -v
- npm -v
- java -version
- npm install --global yarn
- yarn -v
- choco install yarn: Caso o comando acima tenha retornado falha
- yarn global bin (Salve o caminho retornado!)

Downloads

Android Studio = https://developer.android.com/studio

VS Code = https://code.visualstudio.com

Configurando Ambiente para Android studio


Variáveis de ambiente:
- ANDROID_HOME
- JAVA_HOME
- %ANDROID_HOME%\emulator
- %ANDROID_HOME%\tools
- %ANDROID_HOME%\tools\bin
- %ANDROID_HOME%\platform-tools
- Caminho do yarn (caminho que retornou do yarn global bin)

Chatwoot Repositorio
- https://www.mediafire.com/file/1qlbjimgi2r4ynt/chatwoot-mobile-app.rar/file
- code .
- editar .env
- yarn
- yarn sentry-wizard -i reactNative -p android
- yarn android

Firebase
- https://console.firebase.google.com

Sentry
- https://sentry.io

Rename

- reactive-native-rename

Assinar apk
- https://reactnative.dev/docs/signed-apk-android

You might also like