Answers for "How to unmount inactive screens in bottom tab react native"

0

How to unmount inactive screens in bottom tab react native

You can unmount screens in bottom tab by adding option in navigation screenOptions:

unmountOnBlur: true
You can do it in Tab & Drawer Navigations but not in Stack Navigation.

And you can also add unmount individual screen by adding same option in Tab or Drawer Screen option.
Posted by: Guest on June-18-2021

Code answers related to "How to unmount inactive screens in bottom tab react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language