mastermoo / react-native-action-button

customizable multi-action-button component for react-native
MIT License
2.52k stars 570 forks source link

`hideOnScroll` not work smoothly with `backdrop` #123

Open pewh opened 7 years ago

pewh commented 7 years ago

After I implement hideOnScroll based on gist, it's conflict with backdrop. It's always trigger backdrop if I scroll up.

mastermoo commented 7 years ago

why are you setting backdrops prop, anyways? can't u just the bgColor props? Maybe this fixes the issue for you.

pewh commented 7 years ago

Tested with adding bgColor & remove backdrop, but still doesn't work. peek 2017-02-12 18-45

mastermoo commented 7 years ago

hm I have no clue :/