-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreact-native-paper+5.1.2.patch
More file actions
66 lines (66 loc) · 2.47 KB
/
react-native-paper+5.1.2.patch
File metadata and controls
66 lines (66 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
diff --git a/node_modules/react-native-paper/lib/commonjs/components/BottomNavigation/BottomNavigation.js b/node_modules/react-native-paper/lib/commonjs/components/BottomNavigation/BottomNavigation.js
index 2baa97c..b732367 100644
--- a/node_modules/react-native-paper/lib/commonjs/components/BottomNavigation/BottomNavigation.js
+++ b/node_modules/react-native-paper/lib/commonjs/components/BottomNavigation/BottomNavigation.js
@@ -720,7 +720,7 @@ const styles = _reactNative.StyleSheet.create({
v3IconContainer: {
height: 32,
width: 32,
- marginBottom: 4,
+ marginBottom: 0,
marginTop: 0,
justifyContent: 'center'
},
@@ -758,7 +758,7 @@ const styles = _reactNative.StyleSheet.create({
paddingBottom: 16
},
v3NoLabelContainer: {
- height: 80,
+ height: 50,
justifyContent: 'center',
alignItems: 'center'
},
diff --git a/node_modules/react-native-paper/lib/module/components/BottomNavigation/BottomNavigation.js b/node_modules/react-native-paper/lib/module/components/BottomNavigation/BottomNavigation.js
index 543ab6b..4b7dc75 100644
--- a/node_modules/react-native-paper/lib/module/components/BottomNavigation/BottomNavigation.js
+++ b/node_modules/react-native-paper/lib/module/components/BottomNavigation/BottomNavigation.js
@@ -710,7 +710,7 @@ const styles = StyleSheet.create({
v3IconContainer: {
height: 32,
width: 32,
- marginBottom: 4,
+ marginBottom: 0,
marginTop: 0,
justifyContent: 'center'
},
@@ -748,7 +748,7 @@ const styles = StyleSheet.create({
paddingBottom: 16
},
v3NoLabelContainer: {
- height: 80,
+ height: 50,
justifyContent: 'center',
alignItems: 'center'
},
diff --git a/node_modules/react-native-paper/src/components/BottomNavigation/BottomNavigation.tsx b/node_modules/react-native-paper/src/components/BottomNavigation/BottomNavigation.tsx
index b3c1071..4207942 100644
--- a/node_modules/react-native-paper/src/components/BottomNavigation/BottomNavigation.tsx
+++ b/node_modules/react-native-paper/src/components/BottomNavigation/BottomNavigation.tsx
@@ -1177,7 +1177,7 @@ const styles = StyleSheet.create({
v3IconContainer: {
height: 32,
width: 32,
- marginBottom: 4,
+ marginBottom: 0,
marginTop: 0,
justifyContent: 'center',
},
@@ -1217,7 +1217,7 @@ const styles = StyleSheet.create({
paddingBottom: 16,
},
v3NoLabelContainer: {
- height: 80,
+ height: 50,
justifyContent: 'center',
alignItems: 'center',
},