mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
1746 radio bottom sheet (#1769)
* Update radio bottom sheet element margins and paddings
* Update radio button row element margins and paddings
* Revert "Update radio button row element margins and paddings"
This reverts commit 269882b93c.
* Label margin
* Explainer
* Add four pixel between radio button and text
* Actually, let's patch the radio button to not have intrinsic margin, that makes everything easy peasy
* Create react-native-paper+5.12.3.patch
* Add margin between label and description
* RadioButtonRow TS
* Icon is optional
* Update RadioButtonSheet.js
* RadioButtonSheet TS
* Radio labels in ExploreFilters should be smaller
* BottomSheetStandardBackdrop TS
* Move key
* Update Settings radio button containers
* Update containers of radio filters
* Modal TS
* Update types
* Update types
* Update interface
* Update types
* Update types
This commit is contained in:
12
patches/react-native-paper+5.12.3.patch
Normal file
12
patches/react-native-paper+5.12.3.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
+++ b/node_modules/react-native-paper/src/components/RadioButton/RadioButtonAndroid.tsx
|
||||
@@ -187,7 +187,6 @@ const styles = StyleSheet.create({
|
||||
height: 20,
|
||||
width: 20,
|
||||
borderRadius: 10,
|
||||
- margin: 8,
|
||||
},
|
||||
dot: {
|
||||
height: 10,
|
||||
Reference in New Issue
Block a user