Files
react-native-web/src/modules
Tasveer Singh a9c7b38df9 [fix] low-level performance tuning
createDOMProps: avoid using default parameters as Babel compiles the
function to calls using 'arguments', which Chrome flags as a deopt.
Replace 'typeof' calls with slightly faster calls to constructor.

onLayout: batch layout measurements in a single requestAnimationFrame.

Close #490
2017-06-01 08:45:40 -07:00
..
2017-04-13 17:18:54 -07:00
2017-04-27 16:27:45 -07:00
2017-03-23 11:57:14 -07:00