react-native/Libraries/ART
Nick Lockwood deba13f698 Refactor RCTUIManager
Summary:
Moved the view creation & property binding logic out of RCTUIManager into a separate RCTComponentData class - this follows the pattern used with the bridge.

I've also updated the property  binding to use pre-allocated blocks for setting the values, which is more efficient than the previous system that re-contructed the selectors each time it was called. This should improve view update performance significantly.
2015-08-06 15:49:35 -08:00
..
ART.xcodeproj [React Native] Re-alphabetize file names in Xcode projects 2015-07-06 01:57:06 -08:00
Brushes [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ViewManagers [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ARTCGFloatArray.h [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ARTContainer.h [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ARTGroup.h [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ARTGroup.m [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ARTNode.h [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ARTNode.m [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ARTRenderable.h [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ARTRenderable.m [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ARTSerializablePath.js [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
ARTShape.h [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ARTShape.m [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ARTSurfaceView.h [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ARTSurfaceView.m [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ARTText.h [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
ARTText.m Fixed ART Text 2015-07-10 08:31:21 -08:00
ARTTextFrame.h [react-native] Open-source ReactART for native 2015-04-29 15:21:48 -08:00
RCTConvert+ART.h [react-native] Remove iOS-specific attributes from ART text 2015-04-30 13:23:16 -08:00
RCTConvert+ART.m Refactor RCTUIManager 2015-08-06 15:49:35 -08:00
ReactNativeART.js [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00