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
I am using this package for my project. My problem is the showcase in your source code works perfectly from the text to the UI, for each feature your team demos. But the start-base has some problems:
The text is not responsive and sometimes overflows the button or card
Bottom sheet and datepicker code copy from showcase not working, when click on the button the bottom sheet view is not showing
I don't know why the showcase works perfectly with the pnpm meanwhile the startbase crashes, and notifies some bug when starting with pnpm. Start with yarn or npm work but they give me the feeling different with the showcase
I am confused about setup source code with pnpm workspace like the showcase is a better approach than starbase?
I love this package and want it to grow strongly in the future, thanks for answering these questions.
Best regards
P/s: I got this error when try to start project with pnpm
The text was updated successfully, but these errors were encountered:
Is the behaviour different from using the StyleStheet, or is it behaviour that you would expect like the web? There is a feature request that already exists. If you are talking about a bug that does not happen with StyleSheet, can you create a separate issue.
Bottom sheet and date picker are deprecated components and do not work for the web. They are out the the current project's scope for the time being.
This monorepo is setup with pnpm-workspace which means that it will only work out of the box with pnpm.
For now, the suggested way to start a project is with the start-base instructions, then to use the CLI to add the components you need. We will work on improving this.
For your error, I would need a minimal reproduction repo to look into it. So if you still have this issue with react-native-reusables, please open another issue.
Hi RNR team,
I am using this package for my project. My problem is the showcase in your source code works perfectly from the text to the UI, for each feature your team demos. But the start-base has some problems:
I love this package and want it to grow strongly in the future, thanks for answering these questions.
Best regards
P/s: I got this error when try to start project with pnpm

The text was updated successfully, but these errors were encountered: