You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, guys. I'm happy that shadcn idea has reached React Native community, and I would like to suggest a few more components that are very commonly used in native mobile apps.
Contribution: new Select component
That's a very common UI control, specially used in forms, since react-native doesn't provide a good picker component out the box, it'll be great to have something like that.
Implementation details:
For showing the options, I suggest using a bottom sheet component since it provides a better visualization than a dropdown, and better touch reach than a centered modal.
The text was updated successfully, but these errors were encountered:
Hello, guys. I'm happy that shadcn idea has reached React Native community, and I would like to suggest a few more components that are very commonly used in native mobile apps.
Contribution: new Select component
That's a very common UI control, specially used in forms, since react-native doesn't provide a good picker component out the box, it'll be great to have something like that.
Implementation details:
For showing the options, I suggest using a bottom sheet component since it provides a better visualization than a dropdown, and better touch reach than a centered modal.
The text was updated successfully, but these errors were encountered: