标签: react-native
请检查以下屏幕截图,我想将屏幕弹出到堆栈中的特定路由。
我正在NavigatorIOS中使用这种方法。
this.props.navigator.popToRoute( { component: Screen2, title: null, navigationBarHidden: true, } );
Error screenshot