cooperka / react-native-snackbar

:candy: Material Design "Snackbar" component for Android and iOS.
Other
823 stars 152 forks source link

Supposed to push up native floating action button? #76

Closed Noitidart closed 6 years ago

Noitidart commented 6 years ago

On Android:

I'm using a native floating action button from here - https://github.com/adbayb/react-native-android-kit

Using position absolute, i position by FAB at bottom of screen.

When the native snackbar shows, I thought it would push the native floating action button up to accomadate. Is it possible to make it work like this?

cooperka commented 6 years ago

No, unfortunately Android doesn't automatically move components like that, even if they're both native. See issue https://github.com/cooperka/react-native-snackbar/issues/11 for more details.