[REQUIRED] Environment
- AA SDK version: 4.82.0
- Package: @account-kit/react-native
[REQUIRED] Describe the problem
useSolanaWallet hook cannot be used as a value because it was exported using 'export type'.
How to reproduce:
Simply try to import and use useSolanaWallet hook in your React-native Expo app
Relevant code or sample repro:
const wallet = useSolanaWallet();