There was an error occurring when using a tab item with a trailingAccessory which was passed with a ref on it. We're not sure what exactly causes the error but seems like taking the onPress outside of the scope of the handler fixes the error.
Changelog
TabBarItem - onPress taken from props at the beginning.
Description
There was an error occurring when using a tab item with a trailingAccessory which was passed with a ref on it. We're not sure what exactly causes the error but seems like taking the onPress outside of the scope of the handler fixes the error.
Changelog
TabBarItem - onPress taken from props at the beginning.
Additional info
MADS-4537