React Native - “You are currently using minified code outside of NODE_ENV === ”production“ ”
- 阅读更多 关于 React Native - “You are currently using minified code outside of NODE_ENV === ”production“ ”
问题 I'm getting this error with React Native, not ReactJS so all the solutions/workarounds with webpack or browserify wont help. Full error: 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 ... bla bla bla ( workarounds for ReactJS ) I'm currently running this config : "expo": "^23.0.0", "react": "16.0.0", "react-native": "https://github.com/expo/react-native/archive/sdk-23.0.0.tar.gz",