In this article
What's changed
- Fixed an Android build failure on React Native 0.83 and 0.84.
LayoutAnimationsProxy_Legacy.cppcalledinvokeAsyncon the JS call invoker while only a forward declaration ofCallInvokerwas in scope, so the compiler reportedmember access into incomplete type. React Native 0.85 and newer pull the complete type in transitively, which is why only 0.83 and 0.84 were affected. (#10318)
Full changelog: 4.5.4...4.5.5
Release card