mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3b2d541989
Summary: Android TextView's default for breakStrategy is BREAK_STRATEGY_HIGH_QUALITY (https://developer.android.com/reference/android/widget/TextView#setBreakStrategy(int)) RN docs also states that highQuality is default. However, on Fabric, the default is 'simple'. This diff fixes the default to be 'highQuality' Changelog: [Android][Fixed] - Set textBreakStrategy default to be 'highQuality' Reviewed By: JoshuaGross Differential Revision: D30597085 fbshipit-source-id: 3bd7531afdaf980b342cc461dd449c3d3df12cb0