Enable experimental react-freeze support
mainTo use experimental support for react-freeze (which uses React Suspense to prevent parts of the component tree from rendering while keeping state untouched), call enableFreeze(true) in your entry file (e.g., App.js).
Requirements:
- React Native 0.68 or higher
react-navigation5.x or 6.xreact-native-screens>= v3.9.0
import { enableFreeze } from 'react-native-screens';
enableFreeze(true);