Skip to content

Setup hotfix: Custom Appbar#14

Merged
pnv2003 merged 1 commit intoN3Mobile:masterfrom
pnv2003:setup
May 27, 2024
Merged

Setup hotfix: Custom Appbar#14
pnv2003 merged 1 commit intoN3Mobile:masterfrom
pnv2003:setup

Conversation

@pnv2003
Copy link
Copy Markdown
Member

@pnv2003 pnv2003 commented May 27, 2024

How to create a custom appbar with some actions:

const customAppbar = (
    <CustomAppbar>
        <Appbar.Action icon={...} onPress={...} />
        <Appbar.Action icon={...} onPress={...} />
        <Appbar.Action icon={...} onPress={...} />
        ...
    </CustomAppbar>
);

@pnv2003 pnv2003 merged commit 74834db into N3Mobile:master May 27, 2024
@pnv2003 pnv2003 added the enhancement New feature or request label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant