Skip to content

Commit

Permalink
chore: testing if this directive is still necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Apr 18, 2024
1 parent 826b229 commit aba8afa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit aba8afa

Please sign in to comment.