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
| badgeTextStyle | Badge text styles | NO | TextStyle | {} |
46
+
| renderTile | Render a custom tile component | NO | Function | undefined |
46
47
47
48
> :warning: all View styles or Text Styles passed as props overrides some default styles provided by the package. Make sure you use it properly :)
48
49
49
50
> :information_source: To apply your own `shadowStyles` use the tileStyle prop
50
51
52
+
> :information_source:`renderTile` takes a function with `style`, `transform` and `width`. You can use these to style your custom tile to look the same as the default style (e.g. if you just wanted to change the animation)
0 commit comments