text “navigator.router null不是一个对象”

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text “navigator.router null不是一个对象”相关的知识,希望对你有一定的参考价值。

Ref: https://stackoverflow.com/questions/45593986/null-is-not-an-object-evaluating-appnavigator-router

1) First check the version of your react-native-router-flux. If the version is 3, wrap your <Scene> with <Scene key="root" >:

const RouterComponent = () => {
    return (
        <Router>
            <Scene key="root">
                <Scene key="login" component={LoginForm} title="Please Login" />
            </Scene>
        </Router>
    );
};

2) For version 4, replace <Scene key="root"> with <Stack key="root"> and don't forget importing import {Stack} from 'react-native-router-flux:

import { Router, Scene, Stack } from 'react-native-router-flux';
    const RouterComponent = () => {
    return (
        <Router>
            <Stack key="root">
                <Scene key="login" component={LoginForm} title="Please Login" />
            </Stack>
        </Router>
    );
};

以上是关于text “navigator.router null不是一个对象”的主要内容,如果未能解决你的问题,请参考以下文章

VB中 如何复制Text1.text的字体到剪贴板? 如何剪切?

VB 加减乘除

text-decoration:[ text-decoration-line ] || [ text-decoration-style ] || [ text-decoration-color ]

.text 和 .get_text() 之间的区别

javascript或css:如何隐藏标签内的文本中的任何数字,后跟点前缀“1.text”,“2.text”...“30.text”

Crystal报告如果这个或那个那么this2