react-native/Libraries/Text
Mehdi Mulani 64a52532fe Text: send metrics after rendering (iOS)
Summary: This adds a callback for <Text> to get metrics about the rendered text. It's divided by line but that could be changed to "fragments" (which makes more sense for multi-lingual). Right now by line is convenient as you frequently want to know where the first and last line end (though we could make this work with fragments I suppose).

Reviewed By: shergin

Differential Revision: D9440914

fbshipit-source-id: bb011bb7a52438380d3f604ffe7019b98c18d978
2018-08-24 13:33:08 -07:00
..
BaseText iOS textTransform style support 2018-04-16 09:01:38 -07:00
RCTText.xcodeproj Update Xcode projects (#19574) 2018-06-19 23:48:12 -07:00
RawText Update license headers for MIT license 2018-02-16 18:31:53 -08:00
Text Text: send metrics after rendering (iOS) 2018-08-24 13:33:08 -07:00
TextInput Exposed scrollEnabled on TextInput (#19330) 2018-08-08 18:46:53 -07:00
VirtualText Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTConvert+Text.h iOS: fix up RNTesterPods 2018-05-16 14:14:41 -07:00
RCTConvert+Text.m iOS textTransform style support 2018-04-16 09:01:38 -07:00
RCTTextAttributes.h iOS: fix up RNTesterPods 2018-05-16 14:14:41 -07:00
RCTTextAttributes.m iOS textTransform style support 2018-04-16 09:01:38 -07:00
RCTTextTransform.h iOS textTransform style support 2018-04-16 09:01:38 -07:00
Text.js Text: send metrics after rendering (iOS) 2018-08-24 13:33:08 -07:00
TextAncestor.js Flow strictify possible files in RN core 2018-06-20 00:47:21 -07:00
TextPropTypes.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
TextProps.js RN: Nullable Image, Text, & View Props 2018-08-24 10:48:08 -07:00
TextStylePropTypes.js Android textTransform style support (#20572) 2018-08-13 21:31:57 -07:00