TouchableOpacity isn't working on IOS device
halilyildiz384589 opened this issue · 5 comments
Description
After updating to the latest version, SDK52, my app has stopped working on iOS devices, although it was previously working fine on both iOS and Android. Specifically, the TouchableOpacity button and card components are not functioning correctly on iOS.
Steps to reproduce
.
React Native Version
0.76.1
Affected Platforms
Runtime - iOS
Output of npx react-native info
.
Stacktrace or Logs
.
Reproducer
https://github.com/halilyildiz384589
Screenshots and Videos
.
Tip
Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.76.2. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.
Tip
Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.
Warning
Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
- If your bug is UI related: a Snack
- If your bug is build/upgrade related: a project using our Reproducer Template
- Otherwise send us a Pull Request with the RNTesterPlayground.js edited to reproduce your bug.
Hey @halilyildiz384589, please add a public reproducer.
I think what you mean is Expo SDK 52, right? Did you upgrade any other dependencies related to Expo 52? You can update them using npx expo install --fix.