报错如下: 解决:在render函数内部添加: const { navigation } = this.props; 相关代码如下: Page1页面代码: import React, { Component } from 'react'; impor……