We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/gaearon/react-redux/blob/7458a923769e43dc647c270a7102d55236fa3b79/src/components/createConnect.js#L149
process is not available in React Native. React Native does however have a __DEV__ global.
process
__DEV__
The text was updated successfully, but these errors were encountered:
238e7d9
Please let me know if 0.7.0 fixes it.
0.7.0
Sorry, something went wrong.
Sorry this response is super late, but for anyone who may come across this issue: yes it fixes it! Thanks Dan.
React native 0.10.0 fixes this problem:
process.env.NODE_ENV: This value is defined to be "production" or "development" based on your current environment. Now you can use npm packages that rely on NODE_ENV! https://github.com/facebook/react-native/releases/tag/v0.10.0-rc
👍
No branches or pull requests
https://github.com/gaearon/react-redux/blob/7458a923769e43dc647c270a7102d55236fa3b79/src/components/createConnect.js#L149
process
is not available in React Native. React Native does however have a__DEV__
global.The text was updated successfully, but these errors were encountered: