Questions tagged [react-native-flash-message]

3 questions
1
vote
1 answer

react-native-flash-message hidden by status bar on Android

I am trying to display a dropdown message with react-native-flash-message on an app using React Navigation. The message looks great on iOS but is hidden behind the status bar on Android. I've tried modifying the zIndex and elevation values but that…
Brian Li
  • 2,260
  • 1
  • 15
  • 18
0
votes
1 answer

how to show a success message after navigation and when opening new screen?

after login success i need to show a message that the operation was successful on the nextpage thanks for help import {showMessage} from "react-native-flash-message"; import { NavigationContainer ,useFocusEffect} from…
0
votes
1 answer

React-native-flash-message getting under the Card

I am using react-native-flash-message https://www.npmjs.com/package/react-native-flash-message. Everything works fine as it is easy to use them. But the problem is when i used it with the Card component (from react-native-paper), the message hides…