callstack / react-native-brownfield

Set of helpers to make your brownfield integration smooth and easy.
MIT License
225 stars 14 forks source link

CLI command: build-android #61

Open michalchudziak opened 2 years ago

michalchudziak commented 2 years ago

Description

Build commands are core CLI features, they take care of building the final artifact. The command should be invokable as follows:

yarn react-native-brownfield build-android

The command should utilize underlying Android project, please check out the diagram: RNB diagram

The command should:

The produced output should be a working .aar file.

Additional command options: --dev -D flag should build an artifact with no bundle or assets and fetch it from the remote --config <path/to/config> path to config file

Acceptance criteria

Functional:

Non-functional: