Skip to main content
React Native
    import { dynamicClient } from '<path to client file>';

    const handleLogout = async () => {
    await dynamicClient.auth.logout();
    };