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

make zIndex configurable for MessageBar top Animated.View component #33

Closed sagarrabadiya closed 6 years ago

sagarrabadiya commented 6 years ago

for my use case i am using react-navigation but the message bar is not visible, if i go in to MessageBar component and apply zIndex for ex. say 5 to Animated.View component then it works as expected.

i applied zIndex at https://github.com/Talor-A/react-native-message-bar/blob/master/MessageBar.js#L455

Talor-A commented 6 years ago

@sagarrabadiya make sure the bar is the last component placed in your jsx, and it will show up on top of your navigation.