Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup hotfix: Custom Appbar #14

Merged
merged 1 commit into from
May 27, 2024
Merged

Setup hotfix: Custom Appbar #14

merged 1 commit into from
May 27, 2024

Conversation

pnv2003
Copy link
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
1 check failed
@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