RN开发时遇到的问题

You are currently using minified code outside of NODE_ENV === 'production'. This means that you are running a slower development build of Redux. You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify or DefinePlugin for webpack (http://stackoverflow.com/questions/30030031) to ensure you have the correct code for your production build.

 

搜寻网上的方法,实在无法解决我的问题,以下是我的解决方案。

1.用软件搜索在redux依赖文件里搜索出报错的文字,然后注释掉

2.让电脑的系统时间日期和手机的系统时间日期保持一致。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章