100% reproducible crash in simplest basic application [Android only] #2905
Labels
Needs review
Issue is ready to be reviewed by a maintainer
Platform: Android
This issue is specific to Android
Repro provided
A reproduction with a snippet of code, snack or repo is provided
Description
About two months ago 100% recreating crash was issued #2722, in the simplest and fundamental case, even an PR was made #2853, still no reaction...
Here it is:
Actual behavior & steps to reproduce
"npx react-native init test"
install react-native-reanimated (installation for Android)
replace "App.js" by the following code and run "npx react-native run-android --variant=release"
Snack or minimal code example
It will crash if run in release mode (API 29 or below). But if you run it in dev. mode, then nope.
Also, it won't crash if you replace
transform: [{translateY: sv.value}]
withtransform: [{translateY: 0}]
or add a delay before rendering the styled element.Package versions
The latest.
Should note that this bug appeared in the latest 2.3.x release and in the previous one everything was fine.
Affected platforms
The text was updated successfully, but these errors were encountered: