Skip to content

Commit d0b17a1

Browse files
chore: added network button
1 parent 1554840 commit d0b17a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dapps/W3MEthers/src/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {
1313
AppKitProvider,
1414
solana,
1515
bitcoin,
16+
NetworkButton,
1617
} from '@reown/appkit-react-native';
1718
import {
1819
SolanaAdapter,
@@ -107,6 +108,7 @@ function App(): React.JSX.Element {
107108
</Text>
108109
<FlexView style={styles.buttonContainer}>
109110
<AppKitButton balance="show" />
111+
<NetworkButton />
110112
<ActionsView />
111113
</FlexView>
112114
<AppKit />

0 commit comments

Comments
 (0)