From aa597c3bfc62b859ae7696655950f247c4f05d12 Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Wed, 28 Aug 2024 13:50:43 +0200 Subject: [PATCH] Update react-native-paper+5.12.3.patch (#2012) --- patches/react-native-paper+5.12.3.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/patches/react-native-paper+5.12.3.patch b/patches/react-native-paper+5.12.3.patch index ad62e40ae..d49191ebb 100644 --- a/patches/react-native-paper+5.12.3.patch +++ b/patches/react-native-paper+5.12.3.patch @@ -1,3 +1,27 @@ +diff --git a/node_modules/react-native-paper/lib/commonjs/components/RadioButton/RadioButtonAndroid.js b/node_modules/react-native-paper/lib/commonjs/components/RadioButton/RadioButtonAndroid.js +index 31f7d5d..c9c9eda 100644 +--- a/node_modules/react-native-paper/lib/commonjs/components/RadioButton/RadioButtonAndroid.js ++++ b/node_modules/react-native-paper/lib/commonjs/components/RadioButton/RadioButtonAndroid.js +@@ -134,7 +134,6 @@ const styles = _reactNative.StyleSheet.create({ + height: 20, + width: 20, + borderRadius: 10, +- margin: 8 + }, + dot: { + height: 10, +diff --git a/node_modules/react-native-paper/lib/module/components/RadioButton/RadioButtonAndroid.js b/node_modules/react-native-paper/lib/module/components/RadioButton/RadioButtonAndroid.js +index 6f148f1..9014c9e 100644 +--- a/node_modules/react-native-paper/lib/module/components/RadioButton/RadioButtonAndroid.js ++++ b/node_modules/react-native-paper/lib/module/components/RadioButton/RadioButtonAndroid.js +@@ -124,7 +124,6 @@ const styles = StyleSheet.create({ + height: 20, + width: 20, + borderRadius: 10, +- margin: 8 + }, + dot: { + height: 10, diff --git a/node_modules/react-native-paper/src/components/RadioButton/RadioButtonAndroid.tsx b/node_modules/react-native-paper/src/components/RadioButton/RadioButtonAndroid.tsx index 515efe5..67082de 100644 --- a/node_modules/react-native-paper/src/components/RadioButton/RadioButtonAndroid.tsx