Enable RTTI to fix exception pointer issue on React Native #1791

Closed
cortinico wants to merge 1 commits from export-D70386744 into main

1 Commits

Author SHA1 Message Date
Nicola Corti
c91093cc57 Enable RTTI to fix exception pointer issue on React Native (#1791)
Summary:
Pull Request resolved: https://github.com/facebook/yoga/pull/1791

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

Reviewed By: javache, NickGerleman

Differential Revision: D70386744
2025-03-04 01:07:48 -08:00