react-native-macos/Libraries/Components
Nick Lockwood b0b9a56ef8 Fixed ActivityIndicatorIOS layout
Summary: public

This has been broken for a while. The styles in the JS were being set on the container instead of the activity view itself.

Also, due to the way frames were set directly on layer properties instead of the view, resizing didn't work properly because the UIImageView inside the UIActivityView was not being realligned when the bounds changed. This also caused problems for other controls such as maps, where it was fixed with a method override, but the simpler solution is just to set the view center and bounds directly.

Before: {F23631143}
After: {F23631144}

Reviewed By: javache, tadeuzagallo

Differential Revision: D2575156

fb-gh-sync-id: e82e56d36648e7c924df77da1750e03037b5d5be
2015-10-23 09:13:24 -07:00
..
ActivityIndicatorIOS Fixed ActivityIndicatorIOS layout 2015-10-23 09:13:24 -07:00
DatePicker Release React Native for Android 2015-09-14 18:13:39 +01:00
DrawerAndroid Fix broken code block and make the example nicer 2015-10-08 14:01:52 -07:00
MapView fix minor grammar and typo errors in comments 2015-09-22 14:41:28 -07:00
Navigation Add packager-managed assets support to NavigatorIOS 2015-10-02 12:02:29 -07:00
ProgressBarAndroid Release React Native for Android 2015-09-14 18:13:39 +01:00
ProgressViewIOS [ReactNative] cleanup native components 2015-07-24 18:54:35 -08:00
ScrollView Use RecyclerViewBackedScrollView in groups feed on Android. 2015-10-16 07:45:22 -07:00
SegmentedControlIOS [ReactNative] cleanup native components 2015-07-24 18:54:35 -08:00
SliderIOS Release React Native for Android 2015-09-14 18:13:39 +01:00
StatusBar Release React Native for Android 2015-09-14 18:13:39 +01:00
Switch introduce universal switch 2015-10-06 10:29:22 -07:00
SwitchAndroid Fix crash on RC while toggling object status. 2015-09-17 17:20:51 -07:00
SwitchIOS Fix crash on RC while toggling object status. 2015-09-16 15:35:35 -07:00
TabBarIOS Managed assets support for RCTConvert 2015-09-29 09:21:39 -07:00
TextInput Fix minor typos on documentation 2015-10-16 03:49:25 -07:00
ToastAndroid Release React Native for Android 2015-09-14 18:13:39 +01:00
ToolbarAndroid Allow for styling of ToolbarAndroid's overflow icon 2015-10-22 04:43:25 -07:00
Touchable Fix React warnings 2015-10-16 03:41:14 -07:00
UnimplementedViews [ReactNative] introduce requireNativeComponent 2015-04-16 17:12:12 -08:00
View Refactor Attribute Processing (Step 3) 2015-10-06 15:36:32 -07:00
ViewPager Open source ViewPagerAndroid 2015-10-06 20:01:21 -07:00
WebView Added mechanism for directly mapping JS event handlers to blocks 2015-09-02 06:11:24 -08:00
ScrollResponder.js Fix keyboardShouldPersistTaps default value 2015-10-05 10:25:21 -07:00
StaticContainer.js Move stuff out of vendor/react_contrib/ 2015-10-12 11:18:30 -07:00
StaticRenderer.js [Haste] @provides -> @providesModule StaticRenderer 2015-05-14 08:42:13 -08:00
Subscribable.js [ReactNative] clean lint for Libraries/Components 2015-05-18 15:54:07 -08:00