react-navigation-scrollable-modal
react-navigation-scrollable-modal copied to clipboard
the patch file causes screens to unmount and remount
hi!
just came to report that the patch file causes the screen to unmount/remount, so watch out for that
I don't have a runnable repro but it happened to me with a modal screen which had detachPreviousScreen: false
React.useEffect(() => {
console.log('didMount')
return () => {
console.log('didUnmount')
}
}, [])
prints the logs as the user drags the modal down