Skip to content

Commit c121ae3

Browse files
fix: disable coverscreen on root modal to solve issues with expo-router
1 parent 6ae21eb commit c121ae3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.changeset/thin-files-play.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
'@reown/appkit-scaffold-react-native': patch
3+
'@reown/appkit-auth-ethers-react-native': patch
4+
'@reown/appkit-auth-wagmi-react-native': patch
5+
'@reown/appkit-coinbase-ethers-react-native': patch
6+
'@reown/appkit-coinbase-wagmi-react-native': patch
7+
'@reown/appkit-common-react-native': patch
8+
'@reown/appkit-core-react-native': patch
9+
'@reown/appkit-ethers-react-native': patch
10+
'@reown/appkit-ethers5-react-native': patch
11+
'@reown/appkit-scaffold-utils-react-native': patch
12+
'@reown/appkit-siwe-react-native': patch
13+
'@reown/appkit-ui-react-native': patch
14+
'@reown/appkit-wagmi-react-native': patch
15+
'@reown/appkit-wallet-react-native': patch
16+
---
17+
18+
fix: disable coverscreen on root modal to solve issues with expo-router

packages/scaffold/src/modal/w3m-modal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export function AppKit() {
121121
<ThemeProvider themeMode={themeMode} themeVariables={themeVariables}>
122122
<Modal
123123
style={styles.modal}
124-
coverScreen={!frameViewVisible && !webviewVisible}
124+
coverScreen={false}
125125
isVisible={open}
126126
useNativeDriver
127127
useNativeDriverForBackdrop

0 commit comments

Comments
 (0)