mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c3d0729550
Summary: This diff fixes the rendering of the TextInput RNTester examples in catalyst app. The root cause of the bug is that we were parsing the props of the text using the TextAttributeProps class, this is incorrect because TextAttributeProps is a holder of the C++ TextAttributes and not TextProps, but the name is confusing. As a consecuence there was some mistmaches of types during parsing and that was throwing an exception in some examples. I created the task T63643819 to refactor these classes to make this cleaner. I'll be working on T63643819 next week, now I want to unblock this bug. changelog: [internal] Reviewed By: JoshuaGross Differential Revision: D20320969 fbshipit-source-id: 7b47546ba4f34df2a7fa151ab200823ea2eeb696