We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e39bb5 commit c788553Copy full SHA for c788553
packages/react-native-reanimated/Common/cpp/reanimated/LayoutAnimations/LayoutAnimationsProxy.cpp
@@ -432,7 +432,7 @@ void LayoutAnimationsProxy::addOngoingAnimations(
432
for (auto &[tag, updateValues] : updateMap) {
433
#ifdef ANDROID
434
i++;
435
- if (correctedTags && correctedTags[i] == -1) {
+ if (correctedTags[i] == -1) {
436
// skip views that have not been mounted yet
437
// on Android we start entering animations from the JS thread
438
// so it might happen, that the first frame of the animation goes through
0 commit comments