react-native-action-button
react-native-action-button copied to clipboard
`hideOnScroll` not work smoothly with `backdrop`
After I implement hideOnScroll based on gist, it's conflict with backdrop
. It's always trigger backdrop
if I scroll up.
why are you setting backdrops prop, anyways? can't u just the bgColor props? Maybe this fixes the issue for you.
Tested with adding bgColor & remove backdrop, but still doesn't work.
hm I have no clue :/