React Native
Copy
Ask AI
import { dynamicClient } from '<path to client file>';
const handleLogout = async () => {
await dynamicClient.auth.logout();
};
import { dynamicClient } from '<path to client file>';
const handleLogout = async () => {
await dynamicClient.auth.logout();
};
Was this page helpful?