I’m upgrading from Expo SDK 38 to SDK 39 and noticed a problem with the Touchable component on my device (Android 10). It seems that the Touchable (and Pressable) component has a delay to start the UI feedback (both Ripple or something I did on onPressIn
).
I don’t know which React Native version Expo SDK 39 uses, but it seems to be a problem introduced in 63.0.0 and fixed in 63.0.3. Please see this issue and the version changelog.
You can see the differences below:
Expo SDK 38 | Expo SDK 39 |
---|---|
![]() |
![]() |
I don’t know how to specify the Expo SDK version in a Snack, so I didn’t create one.