Skip to content

Commit 3531f7f

Browse files
authored
Merge pull request #822 from mendix/feat/react-native-upgrade-to-73.8-ios
[MOO-1466] React Native Update iOS Part
2 parents 86c4ed6 + bd7ee93 commit 3531f7f

File tree

8 files changed

+2066
-2324
lines changed

8 files changed

+2066
-2324
lines changed

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
presets: ['module:metro-react-native-babel-preset'],
2+
presets: ["module:@react-native/babel-preset"],
33
};

ios/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ post_install do |installer|
8585
:mac_catalyst_enabled => false
8686
)
8787

88-
__apply_Xcode_12_5_M1_post_install_workaround(installer)
8988

9089
installer.pods_project.build_configurations.each do |config|
9190
config.build_settings['ENABLE_BITCODE'] = 'YES'

0 commit comments

Comments
 (0)