Skip to main content

Home Button

Action buttons for your wallet's home screen.

How to use it

import { HomeButton } from 'etta-ui';

<HomeButton
icon="icon-arrow-up"
onPress={() => 0}
>
Send
</HomeButton>;

Variations

Single

Send

Grouped

Send
Scan
Receive

Props

note

Includes all TouchableOpacityProps props.

NameTypeDefaultDescription
childrenstringTitle on the button
iconbitcoin iconIcon to show above button text

Playground

You can play with this component here. You will have better results with Expo Go on your own device.