We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
useSiweAuth
1 parent 57862d0 commit e5326c4Copy full SHA for e5326c4
.changeset/short-icons-care.md
@@ -0,0 +1,5 @@
1
+---
2
+"thirdweb": patch
3
4
+
5
+Added `useSiweAuth` to the React Native exports
packages/thirdweb/src/exports/react.native.ts
@@ -8,6 +8,9 @@ export type {
8
} from "../react/core/design-system/index.js";
9
// theme
10
export { darkTheme, lightTheme } from "../react/core/design-system/index.js";
11
+// auth
12
+export type { SiweAuthOptions } from "../react/core/hooks/auth/useSiweAuth.js";
13
+export { useSiweAuth } from "../react/core/hooks/auth/useSiweAuth.js";
14
export type {
15
ConnectButton_connectButtonOptions,
16
ConnectButton_connectModalOptions,
0 commit comments