Cross platform toast plugin

We have ToastAndroid - Expo Documentation for android

  • is there something that both runs in expo client without needing to eject, and is cross platform.
    Ideally something like toastr for web.

Use case - show the user confirmation that an action has happened e.g success . / error notifications.

Answering my own question - GitHub - magicismight/react-native-root-toast: react native toast like component, pure javascript solution is nice and it works directly in expo client because it is pure JavaScript.

4 Likes

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.