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
Copy file name to clipboardExpand all lines: docs/docs/docs/guides/usage-with-react-navigation.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,12 @@ Whether this screens should render the first time it's accessed. Defaults to tru
233
233
234
234
Test ID for the tab item. This can be used to find the tab item in the native view hierarchy.
235
235
236
+
#### `freezeOnBlur`
237
+
238
+
Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to false. Defaults to true when `enableFreeze()` from `react-native-screens` package is run at the top of the application.
239
+
240
+
Only supported on iOS and Android.
241
+
236
242
### Events
237
243
238
244
The navigator can emit events on certain actions. Supported events are:
0 commit comments