Irena Kandić
Irena Kandić
I am using Expo 52, React Native 0.77.1 and react-native-gesture-handler 2.25.0 I have the same issue, but **only on development builds**. Release builds work without issues. If you must use...
I have the same issue on Android, and setting the padding to 0 doesn't help. The TextInput component completely ignores paddingVertical. I tried setting it to -20 just to see...
@NikThunder If it's stuck on top you can fix it by wrapping the ActionSheet with absolute positioned View (also needs to have height and width of 100%), that's how I...
@talktothelaw Thank you for sharing your package! I have tried it and it does have better performance over react-native-actions-sheet, but it has one critical issue on Android. I tried to...
If you use Pressable from react-native-gesture-handler library instead of react-native, it will fix the issue. Sadly, that is the only solution that I found to work.