Unmounting screen component #857
lukaszradziak
started this conversation in
General
Replies: 1 comment
-
use useFocusEffect() hook instead of useEffect |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to handle unmounting screen component in
<Stack>
/<Stack.Screen>
?This code:
working in
<Slot>
but in<Stack>
"screen OUT" not appearedBeta Was this translation helpful? Give feedback.
All reactions