While this SDK is still supported, we recommend using newer JavaScript SDK, which is optimized for React Native, but also comes with a host of other benefits.
React Native
import { dynamicClient } from '<path to client file>'; const handleLogout = async () => { await dynamicClient.auth.logout(); };
Last modified on July 24, 2026
Was this page helpful?
⌘I
Assistant
Responses are generated using AI and may contain mistakes.