Hi LazorKit team 👋
There’s an inconsistency in the React Native SDK docs.
The examples use wallet from useWallet():
const { connect, isConnected, wallet } = useWallet();
and later:
fromPubkey: new PublicKey(wallet.smartWallet)
However, the actual hook exposes smartWalletPubkey, not wallet.
Using the docs as-is results in undefined and transaction errors.
Kindly give this a look. Thanks! 🙏