Components
AppKit comes with a set of components in case you want to integrate fast. You can import them from@reown/appkit-wagmi-react-native or @reown/appkit-ethers-react-native
List of components available in AppKit package
<AppKitButton />
| Variable | Description | Type |
|---|---|---|
disabled | Enable or disable the button. | boolean |
balance | Show or hide the user’s balance. | 'show' | 'hide' |
size | Default size for the button. | 'md' | 'sm' |
label | The text shown in the button. | string |
loadingLabel | The text shown in the button when the modal is open. | string |
<AccountButton />
| Variable | Description | Type |
|---|---|---|
disabled | Enable or disable the button. | boolean |
balance | Show or hide the user’s balance. | 'show' | 'hide' |
<ConnectButton />
| Variable | Description | Type |
|---|---|---|
size | Default size for the button. | 'md' | 'sm' |
label | The text shown in the button. | string |
loadingLabel | The text shown in the button when the modal is open. | string |
<NetworkButton />
| Variable | Description | Type |
|---|---|---|
disabled | Enable or disable the button. | boolean |