Skip to content

Commit

Permalink
chore: added connectorImages prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Feb 10, 2025
1 parent aea40af commit 89a9b46
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/appkit/react-native/core/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,17 @@ createAppKit({
}
})
```

## connectorImages

Set or override the images of any connector.

```ts
createAppKit({
connectorImages: {
coinbaseWallet: 'https://images.mydapp.com/coinbase.png',
walletConnect: 'https://images.mydapp.com/walletconnect.png',
appKitAuth: 'https://images.mydapp.com/auth.png',
}
})
```

0 comments on commit 89a9b46

Please sign in to comment.