MobileWalletProvider
Wrap your app’s root component withMobileWalletProvider from @wallet-ui/react-native-web3js. This provider manages the wallet connection state and exposes the useMobileWallet hook to all child components.
App.tsx
Props
Identity object
useMobileWallet hook
Inside any component wrapped byMobileWalletProvider, use the useMobileWallet hook to access wallet functionality:
Next steps
Quickstart
See usage examples for all useMobileWallet hook methods.
