mrzachnugent / react-native-reusables

Universal shadcn/ui for React Native: Copy, paste, and tailor components to suit your specific requirements.
https://rnr-docs.vercel.app
MIT License
2.1k stars 81 forks source link

[ BUG ] Alert crashing on web but working on native #140

Closed Jonatthu closed 1 month ago

Jonatthu commented 1 month ago

Describe the bug

image

To Reproduce Just follow the guide to use alert https://rnr-docs.vercel.app/components/alert-dialog/

image
mrzachnugent commented 1 month ago

Hi @Jonatthu, could you provide a minimal reproduction repo? This works on the demo app: https://rnr-showcase.vercel.app/alert-dialog

There are some known issues with NativeWind when it comes to running a mobile and web platform at the same time. If this is not why you are encountering your issue, I will need minimal reproduction repo to help.

mrzachnugent commented 1 month ago

@Jonatthu Closing due to inactivity.

If this issue persists, please create a new issue with provide a minimal reproduction repo as I am unable to reproduce it.