-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support React Native 0.76 (#753)
* chore: upgrade to RN 0.76.0-rc.1 * fix: patch react-native (broken flow annotations) * fix: make native code compatible with RN 0.76 reduction of .so libraries, update RNTA, update minSdkVersion * fix: make DevServerClient comply with all required exports * fix: upgrade deps in tester-federation (react-native-screens still incompatible) * chore: updated pods in tester-app iOS project * chore: updated dependencies of tester apps * fix: proper CMakeLists.txt linkage * chore: remove redundant babel plugins * chore: pnpm dedupe * chore: strip unnecessary dependencies * fix: adjust CMakeLists as REACTNATIVE_MERGED_SO is not set for now * fix: sanitize test asset path when react-native is patched * fix: simplify regex, move configs to a separate dir * fix: add babel-plugin-syntax-hermes-parser for now * fix: path to config for start tests * chore: track issue fixing REACTNATIVE_MERGED_SO * chore: upgrade to RN 0.76.0-rc.2, remove to-be-unneeded patch for RN * chore: upgrade flow-remove-types * chore: update Podfile.lock files for tester apps * chore: upgrade to RN to 76 rc3 * chore: cleanup in bundle tests * chore: update podfile locks * chore: upgrade related packages to rc.3 * fix: use hermes parser for codegen * chore: remove Cmake workaround * chore: update flow-remove-types * chore: upgrade to RN to rc5 * refactor: remove unnecessary config from codegenRule * chore: downgrade RNScreens to stable version, update requiredVersions in rspack configs, update podfile.lock * fix: use version check instead of REACT_NATIVE_MERGED_SO flag * chore: patch RNScreens * chore: fix RNScreens patch * chore: upgrade to rc6 * chore: pnpm dedupe * chore: upgrade flow-remove-types to 2.250.0 * chore: fix rnscreens patch * chore: add changset --------- Co-authored-by: Jakub Romanczyk <[email protected]>
- Loading branch information
Showing
26 changed files
with
2,901 additions
and
2,294 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": minor | ||
--- | ||
|
||
Add support for React Native 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
2 changes: 1 addition & 1 deletion
2
apps/tester-app/__tests__/rspack.config.mjs → ...r-app/__tests__/configs/rspack.config.mjs
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
3 changes: 2 additions & 1 deletion
3
apps/tester-app/__tests__/webpack.config.mjs → ...-app/__tests__/configs/webpack.config.mjs
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
2 changes: 1 addition & 1 deletion
2
apps/tester-app/android/gradle/wrapper/gradle-wrapper.properties
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
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
Oops, something went wrong.