动作对象不能将方法参数作为场景关键点属性

时间:2020-02-03 08:47:33

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

我正在使用react-native-router-flux,基本上我不能将方法参数用作场景关键。下面是实际的样子;

_routerNavigateFunction(screenName){
        Actions.screenName() //it does not use the method's parameter screenName it is grey
    }

参数screenName为灰色,表示它不使用参数screenName。我该如何提供?否则,我将不得不互相编写和重复15种不同的导航功能。

0 个答案:

没有答案