Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.

Architecture (client + extensions)
You create a client, extend it with the extensions you need, and render the client’s WebView so the SDK UI can run. Quickstart for setup; client reference when you need more. Though you might be able to get away with a different setup, as of right now we support the following:- React Native ^0.73.6 to latest.
- React Native WebView
^13.15.0 - Expo 50, 51, 52, 53 and 54.
From v4.83.0 onwards, the React Native SDK requires Expo SDK 52 or later.
@dynamic-labs/react-native-extension declares expo-modules-core: >=2.0.0 as a peer dependency, which is first satisfied by Expo SDK 52. Stay on v4.82.x if you need to support Expo SDK 50 or 51.