Talor-A / react-native-message-bar

A notification bar alert displayed at the top of the screen for react-native
MIT License
55 stars 27 forks source link

Have the alert push down my main content #13

Closed isAlmogK closed 6 years ago

isAlmogK commented 6 years ago

Is it possible to have the alert push down my main content, like https://github.com/gnestor/react-native-statusbar-alert

I want to keep my alert on based if the user is offline

Talor-A commented 6 years ago

Not possible yet. If you really need, you could probably define your own <MessageBar /> component that hooks into the MessageBarManager class with registerMessageBar.