Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix
build:ios/android
commands in test-app example (#585)
<!-- Please provide enough information so that others can review your pull request. --> <!-- Keep pull requests small and focused on a single change. --> ### Summary In #572 we've introduced `test-app` as an option for `example` project, and CRNL contains two scripts `build:ios` and `build:android` that are injected when creating project, RNTA also contains two scripts named in the same way, which are then replaced - in this Pull Request in relevant scenario I added logic which joins two scripts. ### Test plan 1. Create a new project with `create-react-native-library` 2. Choose `test-app` for `example/` 3. `build:ios` and `build:android` should contain logic of creating and bundling app as well as building app with relevant options.
- Loading branch information