Commit f89fd66
authored
fix: fix
<!-- 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.build:ios/android commands in test-app example (#585)1 parent e7e7c0d commit f89fd66
File tree
1 file changed
+21
-1
lines changed- packages/create-react-native-library/src/utils
1 file changed
+21
-1
lines changedLines changed: 21 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
151 | 171 | | |
152 | 172 | | |
153 | 173 | | |
| |||
0 commit comments