react-native/ReactCommon/fabric/graphics/platform
Valentin Shergin 2d1fabbab2 Fabric: `SharedColor` for Android
Summary:
@public
On Android, a color can be represented as 32 bits integer, so there is no need to instantiate complex color objects and then pass them as shared pointers.  Hense instead of using shared_ptr, we use a simple wrapper class which provides a pointer-like interface.

Reviewed By: mdvacca

Differential Revision: D8742014

fbshipit-source-id: 14109b61fd84a34989538a15bc6fe4e2a8ce83a6
2018-07-17 18:17:27 -07:00
..
android Fabric: `SharedColor` for Android 2018-07-17 18:17:27 -07:00
ios Fabric: Making `fabric/graphics` compilable on Android 2018-07-01 21:36:59 -07:00