File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/scaffold/src/modal/w3m-modal Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import {
16
16
TransactionsController ,
17
17
type CaipAddress ,
18
18
type AppKitFrameProvider ,
19
- WebviewController ,
20
19
ThemeController
21
20
} from '@reown/appkit-core-react-native' ;
22
21
import { SIWEController } from '@reown/appkit-siwe-react-native' ;
@@ -31,7 +30,6 @@ export function AppKit() {
31
30
const { open, loading } = useSnapshot ( ModalController . state ) ;
32
31
const { connectors, connectedConnector } = useSnapshot ( ConnectorController . state ) ;
33
32
const { caipAddress, isConnected } = useSnapshot ( AccountController . state ) ;
34
- const { frameViewVisible, webviewVisible } = useSnapshot ( WebviewController . state ) ;
35
33
const { themeMode, themeVariables } = useSnapshot ( ThemeController . state ) ;
36
34
const { height } = useWindowDimensions ( ) ;
37
35
const { isLandscape } = useCustomDimensions ( ) ;
You can’t perform that action at this time.
0 commit comments