Tell us which versions you are using:
No warning comes up.
Pressing the back button from a scene causes this warning to fire. Pressing a button in the 2nd scene that fires Actions.home etc. will not cause the warning to show up.
Fixed with this workaround: https://github.com/facebook/react-native/issues/11094#issuecomment-263240420
I had the same warning when navigation animations triggered. Started happening for me in react-native v0.38 (and v0.40 which I ultimately upgraded to). Thanks @jcollum for the linked workaround, it got me on the right path. What worked for me was the info provided in these 3 comments: comment 1 by @henrikra, comment 2 by @knyga, comment 3 by @uriklar.
For convenience here are these 3 instructions combined that worked for me:
RCTAnimation.xcodeproj in /path_to_your_project/node_modules/react-native/Libraries/NativeAnimationRCTAnimation.xcodeproj from Finder into your project's Libraries folder in Xcode+ at the bottom. Select libRCTAnimation.a under the Workspace folder and click Add.
Most helpful comment
I had the same warning when navigation animations triggered. Started happening for me in react-native v0.38 (and v0.40 which I ultimately upgraded to). Thanks @jcollum for the linked workaround, it got me on the right path. What worked for me was the info provided in these 3 comments: comment 1 by @henrikra, comment 2 by @knyga, comment 3 by @uriklar.
For convenience here are these 3 instructions combined that worked for me:
RCTAnimation.xcodeprojin/path_to_your_project/node_modules/react-native/Libraries/NativeAnimationRCTAnimation.xcodeprojfrom Finder into your project's Libraries folder in Xcode+at the bottom. SelectlibRCTAnimation.aunder the Workspace folder and click Add.