File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @reown/appkit-coinbase-ethers-react-native ' : patch
3
+ ' @reown/appkit-coinbase-wagmi-react-native ' : patch
4
+ ' @reown/appkit-scaffold-utils-react-native ' : patch
5
+ ' @reown/appkit-auth-ethers-react-native ' : patch
6
+ ' @reown/appkit-auth-wagmi-react-native ' : patch
7
+ ' @reown/appkit-scaffold-react-native ' : patch
8
+ ' @reown/appkit-ethers5-react-native ' : patch
9
+ ' @reown/appkit-common-react-native ' : patch
10
+ ' @reown/appkit-ethers-react-native ' : patch
11
+ ' @reown/appkit-wallet-react-native ' : patch
12
+ ' @reown/appkit-wagmi-react-native ' : patch
13
+ ' @reown/appkit-core-react-native ' : patch
14
+ ' @reown/appkit-siwe-react-native ' : patch
15
+ ' @reown/appkit-ui-react-native ' : patch
16
+ ---
17
+
18
+ fix: solved auth ethers connector type error
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ function _AuthWebview() {
217
217
) : null ;
218
218
}
219
219
220
- export const AuthWebview = memo ( _AuthWebview ) ;
220
+ export const AuthWebview = memo ( _AuthWebview ) as unknown as typeof _AuthWebview ;
221
221
222
222
const styles = StyleSheet . create ( {
223
223
backdrop : {
You can’t perform that action at this time.
0 commit comments