-
Notifications
You must be signed in to change notification settings - Fork 83
Labels
Description
freezeOnBlur
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.
Requires react-native-screens version >=3.16.0.
Only supported on iOS and Android.
Robert27