react-native-macos/Libraries/Text
zhongwuzw 9ff43abe65 Prevent crash when scrollEnabled used in singleline textinput (#23361)
Summary:
Fixes #22949 , #21339. Currently, multiline textInput uses `UITextView` but singleline textInput uses `UITextField`, so singleline textinput may crash when use `scrollEnabled` property.

[iOS] [Fixed] - Prevent crash when scrollEnabled used in singleline textinput
Pull Request resolved: https://github.com/facebook/react-native/pull/23361

Differential Revision: D14030586

Pulled By: cpojer

fbshipit-source-id: a8ae1b4e168469e65745c4d5e9329df8b6faa2aa
2019-02-11 14:52:59 -08:00
..
BaseText Fix relayout of inline views (#21968) 2018-10-31 16:13:01 -07:00
RCTText.xcodeproj Update Xcode projects (#19574) 2018-06-19 23:48:12 -07:00
RawText Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
Text iOS: Support inline view truncation (#21456) 2018-11-20 00:11:56 -08:00
TextInput Prevent crash when scrollEnabled used in singleline textinput (#23361) 2019-02-11 14:52:59 -08:00
VirtualText Fix relayout of inline views (#21968) 2018-10-31 16:13:01 -07:00
RCTConvert+Text.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTConvert+Text.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTTextAttributes.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTTextAttributes.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTTextTransform.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
Text.js Fix flow typing of Text 2019-02-05 15:26:53 -08:00
TextAncestor.js Deploy Flow v0.85 to xplat/js 2018-11-02 00:28:28 -07:00
TextPropTypes.js Move and rename StyleSheetPropType to DeprecatedStyleSheetPropType (#21380) 2018-09-27 23:04:20 -07:00
TextProps.js Fix flow typing of Text 2019-02-05 15:26:53 -08:00
TextStylePropTypes.js Rename and move ViewStylePropTypes (#21415) 2018-10-01 12:19:15 -07:00