Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ReactNative] Remove global MutationObserver to fix Bluebird feature …
…detection Summary: Bluebird is checking if MutationObserver exists and if it does, uses it and instant crashes. Since we don't have the DOM, MutationObserver doesn't make sense. Also, pretty cool thing, the bluebird maintainer updated the feature detection to fallback to setImmediate before checking setTimeout. He committed and made a new version in less than 5 minutes! facebook#335 (comment) Test Plan: Run bluebird and make sure it runs with setImmediate
- Loading branch information