Di Da
Di Da
@chrisglein XAML TextBox had this behavior since RS1, it is because richedit internally using the \r in its data store for line breaker while XAML converts text back with "\r\n"....
@kikisaints @chrisglein Few questions about this issue: 1. Do we need to completely remove AppTheme and replace it with Appearance? Is there risk of breaking App-Compat? 2. How about highContrastChanged...
Moving this issue to M5 as the FaceBook RN change is targeted for v0.62.0-rc.0.
Proposal: - Add optional parameters to CreatView interface between RNW and native module, hookup pointer and keyboard event listeners to the view instance if flag returns true. - Add view...