Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Prevent file-viewer to interfere with LockScreen inputs
Now that the Lock screen is wrapped inside a FullWindowOverlay we ensure it is displayed on top of every other elements However, as the react-native-file-viewer instantiate a QuickLook controller using fullScreen, we encounter a bug that prevent any interaction with the Lock screen even if it is visible By forcing the QuickLook controller to be displayed as a modal, the interaction bug does not happens anymore This is an acceptable solution as the modal view fits the iOS UI trends which users are used to An issue has been created on react-native-screen project in order to understand why this bug happens when using a fullScreen controller Related issue: software-mansion/react-native-screens#1666
- Loading branch information