diff --git a/apps/bare-expo/package.json b/apps/bare-expo/package.json index aec62a3b45f7b..5242a84e416a2 100644 --- a/apps/bare-expo/package.json +++ b/apps/bare-expo/package.json @@ -66,7 +66,7 @@ "@react-native-community/slider": "4.4.2", "@react-native-masked-view/masked-view": "0.2.9", "@react-native-picker/picker": "2.4.10", - "@react-native-segmented-control/segmented-control": "2.4.0", + "@react-native-segmented-control/segmented-control": "2.4.1", "@shopify/flash-list": "1.4.3", "expo": "~49.0.0-alpha.1", "expo-camera": "~13.4.0", diff --git a/apps/native-component-list/package.json b/apps/native-component-list/package.json index d557d0cde0a40..e033700c674c1 100644 --- a/apps/native-component-list/package.json +++ b/apps/native-component-list/package.json @@ -48,7 +48,7 @@ "@react-native-community/slider": "4.4.2", "@react-native-masked-view/masked-view": "0.2.9", "@react-native-picker/picker": "2.4.10", - "@react-native-segmented-control/segmented-control": "2.4.0", + "@react-native-segmented-control/segmented-control": "2.4.1", "@react-navigation/bottom-tabs": "~6.4.0", "@react-navigation/drawer": "6.5.0", "@react-navigation/elements": "~1.3.6", diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 1667648e49d3e..239b7a301f45c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1505,14 +1505,12 @@ PODS: - ExpoModulesCore (1.4.0): - RCT-Folly (= 2021.07.22.00) - React-Core - - React-NativeModulesApple - React-RCTAppDelegate - ReactCommon/turbomodule/core - ExpoModulesCore/Tests (1.4.0): - ExpoModulesTestCore - RCT-Folly (= 2021.07.22.00) - React-Core - - React-NativeModulesApple - React-RCTAppDelegate - ReactCommon/turbomodule/core - ExpoModulesTestCore (0.11.2): @@ -2087,7 +2085,7 @@ PODS: - RCTTypeSafety - React-Core - ReactCommon/turbomodule/core - - react-native-segmented-control (2.4.0): + - react-native-segmented-control (2.4.1): - React-Core - react-native-skia (0.1.193): - React @@ -3672,7 +3670,7 @@ SPEC CHECKSUMS: ExpoLocalAuthentication: bd9d9037a96a11ccc456e327ddb404df02da10ca ExpoLocalization: c1201ba5cfcfb187972138e58c07cc708c5399db ExpoMailComposer: b9a4871714550d5b4e26d1873f0572e350c86478 - ExpoModulesCore: fb49cd12163cbd5aa5d6288f9533715e8661c8c6 + ExpoModulesCore: cb548802133d6fdeb1d068aed983a233f61d2b76 ExpoModulesTestCore: 42fce831c9601dcfaba09fe7a03dfe99e25754a4 ExpoNetwork: ef59bebcdbeb6ea188157a8fc88e9ceafbff1f89 ExpoPrint: 92311a7545d66959c6f3884e085bf336ba6c7c48 @@ -3754,7 +3752,7 @@ SPEC CHECKSUMS: react-native-netinfo: ccbe1085dffd16592791d550189772e13bf479e2 react-native-pager-view: 0ccb8bf60e2ebd38b1f3669fa3650ecce81db2df react-native-safe-area-context: b8979f5eda6ed5903d4dbc885be3846ea3daa753 - react-native-segmented-control: 06607462630512ff8eef652ec560e6235a30cc3e + react-native-segmented-control: 0e4b5d93911e2234f110057df2b41738b326ab3e react-native-skia: d770660c767ab137636bd30bf18a1b70a18055c8 react-native-slider: 33b8d190b59d4f67a541061bb91775d53d617d9d react-native-webview: b8ec89966713985111a14d6e4bf98d8b54bced0d diff --git a/ios/vendored/unversioned/@react-native-segmented-control/segmented-control/react-native-segmented-control.podspec.json b/ios/vendored/unversioned/@react-native-segmented-control/segmented-control/react-native-segmented-control.podspec.json index 3178daab26689..fc63fb9c117a9 100644 --- a/ios/vendored/unversioned/@react-native-segmented-control/segmented-control/react-native-segmented-control.podspec.json +++ b/ios/vendored/unversioned/@react-native-segmented-control/segmented-control/react-native-segmented-control.podspec.json @@ -1,6 +1,6 @@ { "name": "react-native-segmented-control", - "version": "2.4.0", + "version": "2.4.1", "summary": "React Native SegmentedControlIOS library", "license": "MIT", "authors": "M.Haris Baig", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/react-native-segmented-control/segmented-control.git", - "tag": "2.4.0" + "tag": "2.4.1" }, "source_files": "ios/**/*.{h,m}", "dependencies": { diff --git a/packages/expo/bundledNativeModules.json b/packages/expo/bundledNativeModules.json index 6f487dfbddb92..aac217058dbd1 100644 --- a/packages/expo/bundledNativeModules.json +++ b/packages/expo/bundledNativeModules.json @@ -7,7 +7,7 @@ "@react-native-community/slider": "4.4.2", "@react-native-community/viewpager": "5.0.11", "@react-native-picker/picker": "2.4.10", - "@react-native-segmented-control/segmented-control": "2.4.0", + "@react-native-segmented-control/segmented-control": "2.4.1", "@stripe/stripe-react-native": "0.27.2", "expo-analytics-amplitude": "~11.3.0", "expo-app-auth": "~11.1.0", diff --git a/yarn.lock b/yarn.lock index 4db42094bac94..45be9c4efbd0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3323,10 +3323,10 @@ resolved "https://registry.yarnpkg.com/@react-native-picker/picker/-/picker-2.4.10.tgz#339c7bfc6e1d9a5e934122eaaa7767dc1c5fb725" integrity sha512-EvAlHmPEPOwvbP6Pjg/gtDV3XJzIjIxr10fXFNlX5r9HeHw582G1Zt2o8FLyB718nOttgj8HYUTGxvhu4N65sQ== -"@react-native-segmented-control/segmented-control@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@react-native-segmented-control/segmented-control/-/segmented-control-2.4.0.tgz#0a88f22ad2c0fe07ecc002ee1e5d62c55a3dd0ae" - integrity sha512-2s1AaT6xk/Do5s6u7ioCXucqesAt02NQlLKBOM28dJWI7PTH9o89x6AwsGHIeMkTe4nQ6iENiJKzO7Y3SGG9Ew== +"@react-native-segmented-control/segmented-control@2.4.1": + version "2.4.1" + resolved "https://registry.yarnpkg.com/@react-native-segmented-control/segmented-control/-/segmented-control-2.4.1.tgz#ea612c8b12bfea7712c7ea456b7b98dfc6748485" + integrity sha512-c8Q7TP14CD6vJ38VO5SWoIcxfwLPIz/4zRKJnJOJ0xKkMxkrUu089m86Y0dSvo+T3c1NQyvBFRtKWrPqbqG6tg== "@react-native/assets-registry@^0.72.0": version "0.72.0"