From 8648e646b675a98619d34357da04cfb3494d12ca Mon Sep 17 00:00:00 2001 From: Michael Murray Date: Thu, 18 Jul 2024 15:21:31 -0400 Subject: [PATCH] feat: bump ios version --- rownd-react-native.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rownd-react-native.podspec b/rownd-react-native.podspec index 3c62c38..9313d3d 100644 --- a/rownd-react-native.podspec +++ b/rownd-react-native.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" s.dependency "React-Core" - s.dependency "Rownd", "~> 3.5.0" + s.dependency "Rownd", "~> 3.7.0" # Don't install the dependencies when we run `pod install` in the old architecture. if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then