mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Update react-native-paper+5.12.3.patch (#2012)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user