Releases: vonovak/react-native-bottom-toolbar
Releases · vonovak/react-native-bottom-toolbar
v4.3.0
improvements:
- remove redundant view from hierarchy to allow more styling #11
v4.2.0
- BottomToolbar.Action now accepts
testID
prop to find the view in e2e tests
v4.1.0
- Improved Flow types
- overriding IconComponent - it can be specified both for
BottomToolbar
and BottomToolbar.Action
, the latter takes precedence.
v3.0.0
breaking: The actions and nested actions are now specified not as props passed to BottomToolbar but as its children, similar to Picker item in RN.
v2.0.1
onPress is now more flexible
1.0.1
Supports icons, text, nested actions shown in actionSheetIos. Props for controlling hidden (not shown) or disabled (grey color) state of items.