Enable RTTI to fix exception pointer issue on React Native #1791
Reference in New Issue
Block a user
No description provided.
Delete Branch "export-D70386744"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary:
Disabling RTTI for Yoga is causing std::exception to don't work properly in OSS.
Fixes: https://github.com/facebook/react-native/issues/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
Differential Revision: D70386744
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This pull request was exported from Phabricator. Differential Revision: D70386744
This pull request was exported from Phabricator. Differential Revision: D70386744
This pull request was exported from Phabricator. Differential Revision: D70386744
This pull request was exported from Phabricator. Differential Revision: D70386744
This pull request was exported from Phabricator. Differential Revision: D70386744
This pull request was exported from Phabricator. Differential Revision: D70386744
This pull request has been merged in facebook/yoga@1b7d2c8d48.
amazing find nicola. I'll test this!
Pull request closed