const { isAuthenticated } = useConvexAuth(); does not refresh in React Native
Lately,
const { isAuthenticated } = useConvexAuth();
This hook doesn't refresh whenever I login until I restart my app and it updates the current state.
Please we really need a good guide for this. There's not much help out there for this and it used to work perfectly before.
Really looking forward to this guide. It could be on the docs or on the stack blog session. Thank you
