We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
getPathUp
getPathDown
<CurvedBottomBar.Navigator {...otherProps} getPathDown={myCustomPathDown} />
What do you think about this, @hoaphantn7604? If you like the idea, I can soon open a PR
The text was updated successfully, but these errors were encountered:
@hoaphantn7604 This sounds like a great idea. Please review their PR
Sorry, something went wrong.
No branches or pull requests
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
andgetPathDown
. In these props, we can pass or own paths. It could be something like this:What do you think about this, @hoaphantn7604? If you like the idea, I can soon open a PR
The text was updated successfully, but these errors were encountered: