facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
119.26k stars 24.35k forks source link

TouchableOpacity isn't working on IOS device #47631

Open halilyildiz384589 opened 4 hours ago

halilyildiz384589 commented 4 hours ago

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

.

react-native-bot commented 4 hours ago

[!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.

react-native-bot commented 4 hours ago

[!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.

react-native-bot commented 4 hours ago

[!WARNING] Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:

migueldaipre commented 3 hours ago

Hey @halilyildiz384589, please add a public reproducer.