You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISSUE: On react-native version 0.72.6 with fabric enabled, action sheet on Android physical device doesn't open reliably and the onPress events are never triggered. The package works with the latest version of RN (currently 0.73.2) but does not work with RN version 0.72.6.
The text was updated successfully, but these errors were encountered:
fractalscape13
changed the title
Doesn't work with react-native version 0.72.6 with fabric enabled
Doesn't work with react-native version 0.72.6 with fabric enabled on Android physical device
Jan 19, 2024
ISSUE: On react-native version 0.72.6 with fabric enabled, action sheet on Android physical device doesn't open reliably and the onPress events are never triggered. The package works with the latest version of RN (currently 0.73.2) but does not work with RN version 0.72.6.
SETUP:
npx [email protected] init TestProject --version 0.72.6
Enable new architecture (for android, in gradle.properties set newArchEnabled=true)
In package.json, your versions should look like:
"react-native": "0.72.6"
"@expo/react-native-action-sheet": "^4.0.1",
Sample code for App.tsx:
The text was updated successfully, but these errors were encountered: