Commit 0232f04
committed
fix: FORCE_REACT_RENDER_FOR_SETTLED_ANIMATIONS feature flag crashes (#8822)
## Summary
This PR should fix crashes experienced when the
`FORCE_REACT_RENDER_FOR_SETTLED_ANIMATIONS` feature flag was enabled. I
was not able to reproduce the issue in our example app but this place
seems to be most likely to cause the crash so I hope this PR will
resolve the issue.1 parent e8233bb commit 0232f04
File tree
1 file changed
+3
-1
lines changed- packages/react-native-reanimated/Common/cpp/reanimated/Fabric/updates
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments