Zach Nugent
Zach Nugent
Hey @weiliang79 , thanks for contributing. Unfortunately the form component was removed. @gabimoncha is working on a community form component made with components from the React Native Reusables registry.
Hey @guibzo , check the `/ui/alert-dialog.tsx` file for a z-index class `z-50` and remove it if you have it. If that doesn't fix it, please provide a minimal reproduction repo
Closed due to missing repo. Should be fixed with latest updates: https://reactnativereusables.com/docs/changelog#august-2025-fullwindowoverlay-ios
Hi @kkafar , thanks for the response. Does that mean that you suggest to use anything else but a Pressable for this (like a TouchableOpacity for example)? > In the...
@kkafar Sorry, I don't think I understood the comment properly: > As for original issue - we're aware of it, however this won't be fixed any time soon. We have...
I didn’t use Builder Bob but I had the issue of no styles being applied. Also, rn-primitives does not ship with NativeWind but can be used with it. 1. **For...
Hey @aramis-it , it seems like you found the fix from your comment here: https://github.com/mrzachnugent/react-native-reusables/issues/302#issuecomment-2735064752 If you are having a problem with the onPressIn for the dropdown-menu, you can trigger...
Closing due to not being a React Native Reusables issue. See https://github.com/expo/expo/issues/29489
Hey @kerimovok, please provide a minimal reproduction repo as I am unable to reproduce this issue.
@kaumac That is desired behaviour. See https://ui.shadcn.com/docs/components/alert-dialog for reference. As for the animations, it seems like a bug.