-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use RNC CLI explicitly when bundling the project (#869)
* fix: add --config-cmd to bundle options * feat: replace whole shellScript instead of modifying it * feat: remove modification of old Android configs for RN < 0.71 * feat: modify cliPath when modyfing android * feat: add autolinking conditionionaly, better messages * fix: properly escape shell script for iOS * fix: remove extra dquote from modifyAndroid cliFile * chore: add changeset * refactor: expand RNC CLI * fix: drop replacing bundleCommand on iOS * chore: drop modyfing Android altogether * chore: update changeset
- Loading branch information
Showing
6 changed files
with
45 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@callstack/repack": patch | ||
--- | ||
|
||
Add `--config-cmd` to options for bundle command for compatibility with RN >= 0.76 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@callstack/repack": minor | ||
"@callstack/repack-init": minor | ||
--- | ||
|
||
Use `@react-native-community/cli` explictly iOS project settings (through `CLI_PATH`). | ||
|
||
Drop (unofficial) support for modyfing Android config for RN versions < 0.71. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters