react-native-navigation 7.27.1-snapshot.634 → 7.28.0

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.
@@ -159,6 +159,7 @@ open class ButtonPresenter(private val context: Context, private val button: But
159
159
  iconResolver.resolve(button) { icon: Drawable ->
160
160
  setIconColor(icon)
161
161
  toolbar.setNavigationOnClickListener { onPress(button) }
162
+ toolbar.navigationIcon = null
162
163
  toolbar.navigationIcon = icon
163
164
  setLeftButtonTestId(toolbar)
164
165
  if (button.accessibilityLabel.hasValue()) toolbar.navigationContentDescription = button.accessibilityLabel.get()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-navigation",
3
- "version": "7.27.1-snapshot.634",
3
+ "version": "7.28.0",
4
4
  "description": "React Native Navigation - truly native navigation for iOS and Android",
5
5
  "license": "MIT",
6
6
  "nativePackage": true,