Search code examples
react-nativeexpomessagebox

Can flash messages like these be created in react-native?


Something like the red circle at the bottom

I'm a beginner in react-native. So, I searched through Google but there wasn't any method to create the message like above. If someone has found out a way, please help...


Solution

  • What you are looking for is called "Toast".
    Please beware that it is an Android feature and doesn't exist on ios (they have something similar, don't remember it name.

    You can see the React-Native official documentation for more info.