react-native-macos/Libraries/Components
Sebastian Markbage ac5b7548d2 Refactor Attribute Processing (Step 3)
Summary: Decouple processStyle from the main reconciliation. It is now a process
extension to the style attribute `transform`. This effectively decouples a
large portion of special cases and helper dependencies from the reconciler.

The transform attribute becomes translated into the transformMatrix attribute on
the native side so this becomes a little weird in that I have to special case
it. I don't think it is worth while having a general solution for this so I
intend to rename the native attribute to `transform` and just have it accept the
resolved transform. Then I can remove the special cases.

The next step is generalizing the flattenStyle function and optimizing it.

@​public

Reviewed By: @vjeux

Differential Revision: D2460465

fb-gh-sync-id: 243e7fd77d282b401bc2c028aec8d57f24522a8e
2015-10-06 10:28:41 -07:00
..
ActivityIndicatorIOS Release React Native for Android 2015-09-14 18:13:39 +01:00
DatePicker Release React Native for Android 2015-09-14 18:13:39 +01:00
DrawerAndroid Fix typo on example code 2015-09-18 10:32:32 -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
Navigator Release React Native for Android 2015-09-14 18:13:39 +01: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 Definable distance pagination for ScrollView 2015-09-23 11:47:25 -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
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 Format Code in TextInput Comment 2015-09-30 21:02:44 -07:00
ToastAndroid Release React Native for Android 2015-09-14 18:13:39 +01:00
ToolbarAndroid add remote image support to toolbar 2015-09-30 09:21:27 -07:00
Touchable Updated TouchableHighlight docs 2015-09-23 11:25:34 -07:00
UnimplementedViews [ReactNative] introduce requireNativeComponent 2015-04-16 17:12:12 -08:00
View Refactor Attribute Processing (Step 3) 2015-10-06 10:28:41 -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
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