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.
Name | Type | Default | Description |
---|---|---|---|
children | string | Title on the button | |
icon | bitcoin icon | Icon 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.