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
Describe the bug In NativeAppBar position is fixed which is hard coded, which is a bad practice, which can be passed using prop.
To Reproduce Steps to reproduce the behavior:
Expected behavior Position should be passed using props.
Stack Trace
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
fix(global): 🐛 update NativeAppBar code
0fa3746
here position is write in hardcoded, that is not needed, we can pass position in prop Ref: #121
refactor(global): ♻️ update code of NativeAppBar as commented
d430738
in NativeAppBar there is need of few changes, So I updated the changes Ref: #121
Closing as done.
Sorry, something went wrong.
PritamBag
When branches are created from issues, their pull requests are automatically linked.
Describe the bug
In NativeAppBar position is fixed which is hard coded, which is a bad practice, which can be passed using prop.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Position should be passed using props.
Stack Trace
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: