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

The bar appears behind the title #26

Closed ndozhh closed 6 years ago

ndozhh commented 6 years ago

The bar appears behind the title.

image

Talor-A commented 6 years ago

im sorry what title? this looks like a problem with your layout and not the message bar. make sure it's after any other elements in your JSX.

zipzou commented 6 years ago

if the bar is placed after listview, it would show at the bottom of the window if it is placed before listview, it will show behind the list, how can I get solution?

Talor-A commented 6 years ago

check the instructions in the README. if the bar is the last JSX element in your root View component it will not show up at the bottom of the window or be covered by elements.