react-native-navigation 7.38.3 → 7.38.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -25,13 +25,6 @@ open class ButtonBar internal constructor(context: Context) : Toolbar(context) {
|
|
|
25
25
|
|
|
26
26
|
override fun onViewAdded(child: View) {
|
|
27
27
|
super.onViewAdded(child)
|
|
28
|
-
enableOverflowForReactButtonViews(child)
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
private fun enableOverflowForReactButtonViews(child: View) {
|
|
32
|
-
if (child is ActionMenuView) {
|
|
33
|
-
(child as ViewGroup).clipChildren = false
|
|
34
|
-
}
|
|
35
28
|
}
|
|
36
29
|
|
|
37
30
|
override fun setLayoutDirection(layoutDirection: Int) {
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
fontSize:fontSize
|
|
98
98
|
fontWeight:fontWeight
|
|
99
99
|
color:textColor
|
|
100
|
-
centered:
|
|
100
|
+
centered:YES];
|
|
101
101
|
[self setTitleAttributes:tabItem titleAttributes:normalAttributes];
|
|
102
102
|
|
|
103
103
|
NSDictionary *selectedAttributes = [RNNFontAttributesCreator
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
fontSize:fontSize
|
|
107
107
|
fontWeight:fontWeight
|
|
108
108
|
color:selectedTextColor
|
|
109
|
-
centered:
|
|
109
|
+
centered:YES];
|
|
110
110
|
[self setSelectedTitleAttributes:tabItem selectedTitleAttributes:selectedAttributes];
|
|
111
111
|
}
|
|
112
112
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-navigation",
|
|
3
|
-
"version": "7.38.
|
|
3
|
+
"version": "7.38.4",
|
|
4
4
|
"description": "React Native Navigation - truly native navigation for iOS and Android",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"nativePackage": true,
|
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"@react-native-community/netinfo": "^5.9.4",
|
|
84
84
|
"@testing-library/jest-native": "^5.4.2",
|
|
85
85
|
"@testing-library/react-native": "^12.0.1",
|
|
86
|
-
"@types/detox": "17.14.3",
|
|
87
86
|
"@types/hoist-non-react-statics": "^3.0.1",
|
|
88
87
|
"@types/jasmine": "3.5.10",
|
|
89
88
|
"@types/jest": "27.0.2",
|
|
@@ -95,7 +94,7 @@
|
|
|
95
94
|
"@typescript-eslint/parser": "4.33.0",
|
|
96
95
|
"babel-jest": "^27.0.0",
|
|
97
96
|
"clang-format": "^1.4.0",
|
|
98
|
-
"detox": "20.
|
|
97
|
+
"detox": "20.18.3",
|
|
99
98
|
"detox-testing-library-rnn-adapter": "^2.0.3",
|
|
100
99
|
"eslint": "7.32.0",
|
|
101
100
|
"eslint-config-prettier": "6.11.0",
|
|
@@ -113,7 +112,7 @@
|
|
|
113
112
|
"react-native": "0.72.3",
|
|
114
113
|
"react-native-fast-image": "^8.6.3",
|
|
115
114
|
"react-native-gesture-handler": "^2.10.1",
|
|
116
|
-
"react-native-reanimated": "3.
|
|
115
|
+
"react-native-reanimated": "^3.8.1",
|
|
117
116
|
"react-native-ui-lib": "7.3.6",
|
|
118
117
|
"react-redux": "5.x.x",
|
|
119
118
|
"react-test-renderer": "18.2.0",
|