Search code examples
react-nativeformsuser-inputalert

Best way to give feedback to user on submitting a form React-Native


I'm looking for a good way to give positive feedback to the user, so they know when they press 'Submit' that the data they typed in has been registered.

Alert.alert() could do it, but Im looking for something they dont have to dismiss/press 'ok' to. Preferably something that dismisses itself.

Any ideas?


Solution

  • It is more of a design choice, but if you want something that is not intrusive, you can use a snackbar or a success/error message under the form.

    Snackbar