react native navigator:Undefined is not an object(evaluating this.props.navigation.navigate)
- 阅读更多 关于 react native navigator:Undefined is not an object(evaluating this.props.navigation.navigate)
问题 I'm not able to understand how to implement navigation in react-native. as per the doc i have installed the plugin and integrated the code but it keeps giving the error Undefined is not an object(evaluating this.props.navigation.navigate) Below is the index.android.js /** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, View } from 'react-native'; import Login from './src/pages