Skip to content

Releases: santomegonzalo/react-native-floating-action

New attributes 'showBackground' and 'openOnMount'

22 Jan 23:19
3025529
Compare
Choose a tag to compare
  • showBackground: allow to show or hide background after open FAB
  • openOnMount: allow to show FAB already open it when user mounts the component

These properties will help developers to use this floating action in different scenarios like tutorials.

new attribute 'onPressMain'

19 Jan 14:43
38b3243
Compare
Choose a tag to compare
  • Main button have a new attribute onPressMain and will return if the button is open or close as soon as a user click it. Some users are using it to override back button on android.

Remove 'opacity' animation on hide or show component

09 Jan 10:22
01b1527
Compare
Choose a tag to compare
  • Remove opacity animation when we hide or show the button because the animation had a weird behaviour

Fix "visible" property on initial value "false"

09 Jan 10:06
08ef3b8
Compare
Choose a tag to compare
  • Fix an error when we want to mount the component by default hidden.

distanceToEdge fix plus extra other fixes

14 Dec 22:45
1813490
Compare
Choose a tag to compare
  • Fix edge position because actions looks weird
  • Fix shadow of main action on iOS

Allow new distance between left / right sides

08 Dec 19:43
eba562b
Compare
Choose a tag to compare
  • This release includes a new property distanceToEdge to define the distance between left or right. ( thanks to @khrizt )

v1.3.1

16 Oct 07:54
Compare
Choose a tag to compare

Fix a bug when android API is less than 21.

Version 1.3.0

16 Oct 07:51
Compare
Choose a tag to compare
Merge pull request #6 from santomegonzalo/customizations

Customizations