We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The command should:
The produced output should be a working .xcframework file.
.xcframework
Additional command options:
--dev -D
--config <path/to/config>
Functional:
react-native init
Non-functional:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The command should:
The produced output should be a working
.xcframework
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 fileAcceptance criteria
Functional:
react-native init
application (produces working artifact on root level)Non-functional:
The text was updated successfully, but these errors were encountered: