From 1c7d11d616e6800df65077a3ac25bf4e1c994379 Mon Sep 17 00:00:00 2001 From: Michael Murray Date: Wed, 18 Sep 2024 12:29:11 -0400 Subject: [PATCH] fix: bump ios version with encoding fix --- 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 9313d3d..e8947a4 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.7.0" + s.dependency "Rownd", "~> 3.8.0" # Don't install the dependencies when we run `pod install` in the old architecture. if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then