在没有使用React-Navigation的时候能正常运行,加入React-Navigation后就报错500,原因:应该是v1.0.0-beta.7版本的小错误,忘记清除不必要的代码。Header.js中引入了ReactComponentWithPureRenderMixin解决方式:需要删除Header.js第12行的代码即可