react-native/Examples
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
..
2048 [ReactNative] Use new animation library for 2048 game demo 2015-07-23 12:36:31 -08:00
Movies [ReactNative] Use ASCII double quotes 2015-07-24 13:16:25 -08:00
SampleApp Reorganize SampleApp 2015-08-03 03:32:03 -08:00
TicTacToe [React Native] Remove animated GIFs from TicTacToe example 2015-07-06 04:11:03 -08:00
UIExplorer Refactor RCTUIManager 2015-08-06 15:49:35 -08:00