undefined is not an object (evaluating 'this.props.navigator.push')
在通过navigator进行页面跳转的过程中一直报这样的错误先看程序入口文件index.android.jsimportReact,{Component}from'react';import{AppRegistry,StyleSheet,Text,TouchableHighlight,Navigator,}from'react-native';importWelcomefrom'./Welcome