react-native-macos/Libraries/ReactIOS
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
..
IOSDefaultEventPluginOrder.js flowify Libraries/ReactIOS 2015-03-25 17:09:51 -08:00
IOSNativeBridgeEventPlugin.js [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
NativeMethodsMixin.js Refactor Attribute Processing (Step 3) 2015-10-06 10:28:41 -07:00
WarningBox.js [Animated][BREAKING_CHANGE] Convert <TouchableOpacity> to Animated 2015-07-20 16:44:36 -08:00
renderApplication.android.js Release React Native for Android 2015-09-14 18:13:39 +01:00
renderApplication.ios.js [react-native] enable react devtools from JavascriptCore 2015-07-23 17:14:09 -08:00
requireNativeComponent.js Refactor Attribute Processing (Step 2) 2015-10-06 10:28:35 -07:00
verifyPropTypes.js [ReactNative] cleanup native components 2015-07-24 18:54:35 -08:00