react-native/Libraries/Text
James Ide 08d30e751b [ActivityIndicator] Add the onLayout prop to the outer container view
Summary:
ActivityIndicator was forwarding all of its props except `style` to the inner native view. This meant that onLayout would report a zero-sized frame that was relative to the wrapper view instead of the parent of the ActivityIndicator.

This diff adds `onLayout` to the wrapper view instead of the native view.

In general, all components that forward props need to be audited in this manner.

Closes https://github.com/facebook/react-native/pull/1292
Github Author: James Ide <ide@jameside.com>

Test Plan: `<ActivityIndicator onLayout={...} />` reports the size of the spinner plus a position relative to its parent view.
2015-05-15 18:08:32 -08:00
..
RCTText.xcodeproj Add support for multiline TextInput via UITextView 2015-04-29 01:33:58 -08:00
RCTRawTextManager.h [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
RCTRawTextManager.m [ReactNative] Fix Text Updating Crash 2015-05-02 10:07:08 -08:00
RCTShadowRawText.h [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
RCTShadowRawText.m [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
RCTShadowText.h Add `letterSpacing` style property for `Text` 2015-05-13 13:24:36 -07:00
RCTShadowText.m Add `letterSpacing` style property for `Text` 2015-05-13 13:24:36 -07:00
RCTText.h Add `letterSpacing` style property for `Text` 2015-05-13 13:24:36 -07:00
RCTText.m Fixing misprint in RCText.m 2015-05-14 13:02:47 -08:00
RCTTextManager.h Add support for multiline TextInput via UITextView 2015-04-29 01:33:58 -08:00
RCTTextManager.m Add `letterSpacing` style property for `Text` 2015-05-13 13:24:36 -07:00
RCTTextView.h [TextView] Define missing properties and add getters 2015-05-14 09:45:12 -08:00
RCTTextView.m [TextView] Define missing properties and add getters 2015-05-14 09:45:12 -08:00
RCTTextViewManager.h Add support for multiline TextInput via UITextView 2015-04-29 01:33:58 -08:00
RCTTextViewManager.m Added missing features from Multiline Text commit 2015-04-29 15:27:15 -08:00
Text.js [ActivityIndicator] Add the onLayout prop to the outer container view 2015-05-15 18:08:32 -08:00
TextStylePropTypes.js Add `letterSpacing` style property for `Text` 2015-05-13 13:24:36 -07:00
TextUpdateTest.js [ReactNative] Fix Text Updating Crash 2015-05-02 10:07:08 -08:00