Closed WoLewicki closed 1 week ago
Based on https://github.com/Expensify/App/pull/49937#issuecomment-2451993625 and the comments above, PR fixes the unnecessary checks for creating snapshot on the view on dismiss. It was refactored already in https://github.com/software-mansion/react-native-screens/pull/2134 and https://github.com/software-mansion/react-native-screens/pull/2261 (👏 to @kkafar). Those checks do nothing now since each screen is responsible for making its own snapshot. Having those checks can only lead to problems.
I've restarted the CI & we need to update the podfile lock.
Description
Based on https://github.com/Expensify/App/pull/49937#issuecomment-2451993625 and the comments above, PR fixes the unnecessary checks for creating snapshot on the view on dismiss. It was refactored already in https://github.com/software-mansion/react-native-screens/pull/2134 and https://github.com/software-mansion/react-native-screens/pull/2261 (👏 to @kkafar). Those checks do nothing now since each screen is responsible for making its own snapshot. Having those checks can only lead to problems.