diff --git a/ios/Podfile b/ios/Podfile index 871c8cc009..9730e2275f 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -63,17 +63,6 @@ target 'GaloyApp' do end end - # from https://github.com/software-mansion/react-native-reanimated/issues/4522 - installer.generated_projects.each do |project| - project.targets.each do |target| - target.build_configurations.each do |config| - if target.name === "RNReanimated" - config.build_settings['CLANG_CXX_LANGUAGE_STANDARD'] = 'c++17' - end - end - end - end - # https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202 react_native_post_install( installer,