Skip to main content

MobileWalletProvider

Wrap your app’s root component with MobileWalletProvider 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 by MobileWalletProvider, use the useMobileWallet hook to access wallet functionality:

Next steps

Quickstart

See usage examples for all useMobileWallet hook methods.
Last modified on July 21, 2026