diff --git a/.changeset/cool-actors-clean.md b/.changeset/cool-actors-clean.md new file mode 100644 index 000000000..d2c5dd1a9 --- /dev/null +++ b/.changeset/cool-actors-clean.md @@ -0,0 +1,18 @@ +--- +'@reown/appkit-coinbase-ethers-react-native': patch +'@reown/appkit-coinbase-wagmi-react-native': patch +'@reown/appkit-scaffold-utils-react-native': patch +'@reown/appkit-auth-ethers-react-native': patch +'@reown/appkit-auth-wagmi-react-native': patch +'@reown/appkit-scaffold-react-native': patch +'@reown/appkit-ethers5-react-native': patch +'@reown/appkit-common-react-native': patch +'@reown/appkit-ethers-react-native': patch +'@reown/appkit-wallet-react-native': patch +'@reown/appkit-wagmi-react-native': patch +'@reown/appkit-core-react-native': patch +'@reown/appkit-siwe-react-native': patch +'@reown/appkit-ui-react-native': patch +--- + +fix: solved auth ethers connector type error diff --git a/packages/wallet/src/AppKitAuthWebview.tsx b/packages/wallet/src/AppKitAuthWebview.tsx index a7d20567a..2c96eb545 100644 --- a/packages/wallet/src/AppKitAuthWebview.tsx +++ b/packages/wallet/src/AppKitAuthWebview.tsx @@ -217,7 +217,7 @@ function _AuthWebview() { ) : null; } -export const AuthWebview = memo(_AuthWebview); +export const AuthWebview = memo(_AuthWebview) as unknown as typeof _AuthWebview; const styles = StyleSheet.create({ backdrop: {