Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable RTTI to fix exception pointer issue on React Native (#1791)
Summary: Pull Request resolved: #1791 Disabling RTTI for Yoga is causing std::exception to don't work properly in OSS. Fixes: facebook/react-native#48027 Not sure why we originally disabled RTTI for Yoga, but we have it enable for the whole React Native build so it probably makes sense to have it enabled for Yoga as well. Changelog: [Internal] [Changed] - Enable RTTI to fix exception pointer issue on React Native bypass-github-export-checks Reviewed By: javache, NickGerleman Differential Revision: D70386744 fbshipit-source-id: 36e3a1ddb38346d31979d5c1b77d6e9796d6a855
- Loading branch information