mrzachnugent / react-native-reusables

Universal shadcn/ui for React Native featuring a focused collection of components - Crafted with NativeWind v4 and accessibility in mind.
https://rnr-docs.vercel.app
MIT License
3.91k stars 157 forks source link

[ BUG ] What the different between pnpm and yarn in project contain rnr library #285

Open lockhaicttv opened 3 days ago

lockhaicttv commented 3 days ago

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:

  1. The text is not responsive and sometimes overflows the button or card
  2. Bottom sheet and datepicker code copy from showcase not working, when click on the button the bottom sheet view is not showing
  3. 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
  4. 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 image