Skip to content

Commit bd7ee93

Browse files
committed
update files for react native 0.73.8
1 parent a828b01 commit bd7ee93

8 files changed

Lines changed: 2066 additions & 2324 deletions

File tree

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)