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

custom curves #70

Open
gsantiago opened this issue Oct 17, 2023 · 1 comment
Open

custom curves #70

gsantiago opened this issue Oct 17, 2023 · 1 comment

Comments

@gsantiago
Copy link

First of all, thanks for the great library! It saved us a lot of time!

But there is a feature it would be great to have: "custom curves".

I'd like to customize the curves for my project. However, I noticed the lib doesn't have any prop to do so.

We could create two props named getPathUp and getPathDown. In these props, we can pass or own paths. It could be something like this:

<CurvedBottomBar.Navigator 
  {...otherProps}
  getPathDown={myCustomPathDown}
/>

What do you think about this, @hoaphantn7604? If you like the idea, I can soon open a PR

@XChikuX
Copy link

XChikuX commented Oct 31, 2023

@hoaphantn7604 This sounds like a great idea. Please review their PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants