You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: fallback to useEffect when no navigation library is available
Projects using custom navigators that don't ship expo-router or
@react-navigation/native crash on import with
"No useFocusEffect implementation found".
Instead of throwing, fall back to useEffect as a best-effort substitute.
0 commit comments