- Pre-installed standard SDKs like Mobile Wallet Adapter and
@solana/web3.js - Required polyfills like
react-native-get-random-valuesandBufferinstalled. - Simple React UI Components like
ConnectWalletButton,RequestAirdropButton,SignMessageButton.
Prerequisites
- React Native and Android Envrionment setup
- An Android device/emulator.
- Install an MWA compliant wallet app on your device/emulator.
Usage
Initialize project template.
NOTEThe
--npm flag is only needed if you’re using Yarn 2 or 3 as the default package manager. Once the template is initialized, you can delete the package-lock.json and run yarn install to continue using Yarn.