切换场景时发生错误反应本机路由器流量

时间:2020-07-20 09:21:11

标签: javascript android react-native react-native-router-flux

我目前正在使用React Native路由器流量来开发React Native应用,并且每当切换场景时都会收到错误消息。

[Mon Jul 20 2020 10:14:47.942]  ERROR    currentlyFocusedField is deprecated and will be removed in a future release. Use currentlyFocusedInput 
Transitioner@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:115890:36
StackView@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:111907:36
Navigator@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:102007:38
KeyboardAwareNavigator@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:106488:38
NavigationContainer@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:105963:38
App@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:99452:36
Router@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:99597:30
App
RCTView
RCTView
AppContainer@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:67802:22

我似乎无法在Google上找到与此有关的任何信息。目前,它似乎并未引起该应用程序的任何问题,但希望尝试找出导致此问题的原因。

谢谢

1 个答案:

答案 0 :(得分:0)

我认为,您使用的是新版本的react-native 0.63.1。在新版本的react-native-router-flux上,此问题将得到解决。目前,我忽略了这个问题。

import { LogBox } from 'react-native';

LogBox.ignoreLogs(['currentlyFocusedFiled is deprecated']);