Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a toast message when the form is submitted. #13

Open
ethib137 opened this issue Mar 25, 2021 · 1 comment
Open

Add a toast message when the form is submitted. #13

ethib137 opened this issue Mar 25, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@ethib137
Copy link
Owner

No description provided.

@ethib137 ethib137 added the enhancement New feature or request label Mar 25, 2021
@martin-dominguez
Copy link
Contributor

martin-dominguez commented Jun 24, 2021

@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.

Note: Also interesting for #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants