我刚刚将我的react native应用程序升级到0.62.0,现在我的应用程序不断收到此警告标志
ReactNativeFiberHostComponent: Calling `getNode()` on the ref of an Animated component
is no longer necessary. You can now directly use the ref instead.
This method will be removed in a future release.
我不确定为什么会出现此问题?有人可以解释一下吗?
我也看到堆栈
ref.getNode |
createAnimatedComponent.js:129:20
SafeView#_updateMeasurements | index.js:192:14
SafeView#componentDidUpdate | index.js:154:9
更新资料
我相信这可能来自于SafeAreaView的反应导航