- Chrome (Desktop, iOS, Android)
- Safari (macOS)
- Safari (iOS)
- Firefox
Building a React Native app? Use the React Native
SDK instead. For iOS, Android,
or Flutter, drive frames directly — see the manual
integration overview.
Install
Install the SDK package:Conventions
Result<T, E>
Most SDK functions return a Result<T, E> instead of throwing.
Use this pattern to branch on success vs failure: