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-ios #60

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-ios

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

The command should:

The produced output should be a working .xcframework file.

Additional command options:

Acceptance criteria

Functional:

Non-functional: