You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of bluebird is the issue happening on?
3.3.1 (latest)
What platform and version? (For example Node.js 0.12 or Google Chrome 32)
React Native 0.20 (using react-native packager), node 5.4.1, npm 3.3.12
Did this issue happen with earlier version of bluebird?
Probably, yes
When bluebird is required inside of a react-native project, it crashes because it assumes when it is not running on node.js that it is running in a browser.
In react-native the document is not present and it throws an error.
The text was updated successfully, but these errors were encountered:
3.3.1 (latest)
React Native 0.20 (using react-native packager), node 5.4.1, npm 3.3.12
Probably, yes
When bluebird is required inside of a react-native project, it crashes because it assumes when it is not running on node.js that it is running in a browser.
In react-native the document is not present and it throws an error.
The text was updated successfully, but these errors were encountered: