You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ethib137 ,this was requested for a demo and I've been working on that today. There is a component called "ToastAndroid" included in the react-native library. Unfortunately, as its name let guess, it's only an Android feature. I used that since an Android is going to be used in this demo, and I can confirm that it's easy to use, and works properly.
Anyway, if you want to create a cross-platform, from Expo are pointing out to this library: react-native-root-toast, but I don't like the way to use it, since we have to wrap our App the component RootSiblingParent which is the base of this library and in top of that, the Toast look and feel has room for improvement... Having said this, It might be more interesting create a custom Toast.
No description provided.
The text was updated successfully, but these errors were encountered: