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.
Bug Fixes
- react-native: raise the SDK
<WebView>defaultloadingTimeout(10s → 20s) andrecoveryTimeout(8s → 20s) so the ~7.5 MB webview-controller bundle has more headroom on high-latency or constrained mobile networks before the host SDK surfaces aWebViewFailedToLoadError. Consumers that need the previous fast-fail behavior can still pass explicitloadingTimeout/recoveryTimeoutprops.
Features
- react-native: add
embeddedWebViewoption toReactNativeExtension— hosts the webview-controller in a native overlay (WKWebView/android.webkit.WebView) outside the RN view tree, isolating the wallet session from RN re-renders and navigation transitions. See Embedded WebView mode.
Features
- react-native: add
waitForAuthSuccess()to the auth module — returns a promise that resolves with the authenticatedUserProfilewhenauthSuccessfires (or rejects onauthFailed/ optional timeout). Useful for awaiting auth completion in the webview-controller flow without blocking MFA.
Bug Fixes
- react-native: remove extra react-native turbo modules instructions from the setup flow.
Features
- client: expose waitForReady() on SdkModule
- waas: wire up signed session ID reverse channel
Bug Fixes
- react-native: keep WebView ref valid during URL reloads
- require device registration before sdk is in logged in state
- waas: always prompt for password on cloud backup/export operations
- webview: preserve secure storage key map during recovery clear
Bug Fixes
- prevent MFA backup codes screen from being dismissed before acknowledgement
- react-native: add retry when setting items to secure store
Bug Fixes
- coinbase deeplink url
- react-native: ensure sign transaction with viem
- react-native: upgrade react-native-passkey to v3.3.2
Features
- add iCloud backup functionality
- update PSBT building with Largest-First UTXO selection and fee priorities
Bug Fixes
- allow late registered solana wallets to appear in the wallet list
- correctly show app name in wallet app for wallet connect evm connections
- react-native: filter connectors by enabled chains and add chain parameter to connectWallet
Features
- add getTransactionHistory to react-native
- add useGetTransactionHistory hook
Bug Fixes
- ensure connectWithSocial promise fails on error
- react-native: move peer dependencies to regular deps for auto install on yarn
Features
- react-native: add download file
- react-native: add solana Phantom support with client module for listening to events
Features
- react-native: add client.solana.simulateTransaction method
- react-native: add simulateEVMTransactionAA and simulateEVMTransaction methods
Features
- react-native: add mfaCompletionSuccess and mfaCompletionFailure events to react-native client
Features
- add locale to react-native client
- add updateUser to react-native client
Bug Fixes
- react-native: dont emit network change events for disabled chains
Bug Fixes
- utilize wallet zerodev properties when available in react native
Features
- add chain id option to create kernel client in react-native
- improve react-native stability on android
Bug Fixes
- react-native: ensure secure storage items are saved sequentially
- react-native: reload react-native webview when it is unmounted by OS
- react-native: sync state with client when SDK fully loaded