Conta PF

icon picker
Gerar bundle Android p/ app Fretebras

Crie a variável de ambiente p/ o projeto android
export FRETEAPP_PATH=PATH_OF_PROJECT_ANDROID
Na pasta do projeto faça a geração do bundle
npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output $FRETEAPP_PATH/app/src/main/assets/index.android.bundle --assets-dest $FRETEAPP_PATH/app/src/main/res

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.