mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0fa2ce91fb
Summary: The general rule that we follow in RN is that the *exported* .h files must have only `<>` includes. That allows to use them outside of the library where they are defined. Those files are already exported technically, but without this change cannot be used as exported. New Fabric text input implementation uses them, so we need to change those includes to have `<>` style. Changelog: [Internal] Specific internal change. Reviewed By: sammy-SC Differential Revision: D18950427 fbshipit-source-id: 96cbe4cac9e28761c123bde8ac70464a0078ee6c