Skip to content

Releases: vonovak/react-native-bottom-toolbar

v4.3.0

29 Nov 15:40
Compare
Choose a tag to compare

improvements:

  • remove redundant view from hierarchy to allow more styling #11

v4.2.0

16 Sep 12:25
Compare
Choose a tag to compare
  • BottomToolbar.Action now accepts testID prop to find the view in e2e tests

v4.1.0

08 Mar 11:57
Compare
Choose a tag to compare
  • Improved Flow types
  • overriding IconComponent - it can be specified both for BottomToolbar and BottomToolbar.Action, the latter takes precedence.

v3.0.0

22 Jul 09:28
Compare
Choose a tag to compare

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

02 Apr 16:07
Compare
Choose a tag to compare

onPress is now more flexible

1.0.1

28 Mar 23:00
Compare
Choose a tag to compare

Supports icons, text, nested actions shown in actionSheetIos. Props for controlling hidden (not shown) or disabled (grey color) state of items.