You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Also this example uses `react-native-vector-icons` for the button Icons.
79
79
```
80
80
81
81
### Show/hide the FAB on scroll
82
-
Take a look at [this gist](https://gist.github.com/mmazzarolo/cfd467436f9d110e94a685b06eb3900f) for showing and hiding the floating action button depending on the scroll direction.
82
+
Take a look at [this gist](https://gist.github.com/mmazzarolo/cfd467436f9d110e94a685b06eb3900f) for showing and hiding the floating action button depending on the scroll direction.
83
83
84
84
### Configuration
85
85
@@ -114,3 +114,5 @@ Take a look at [this gist](https://gist.github.com/mmazzarolo/cfd467436f9d110e94
114
114
| buttonColor | string | same as + button | background color of the Button
115
115
| titleColor | string | "#444" | color of title
116
116
| titleBgColor | string | "white" | background color of title
117
+
| textContainerStyle | style | null | use this to set the textstyle of the button's item text container
118
+
| textStyle | style | null | use this to set the textstyle of the button's item text
0 commit comments