react-native/ReactCommon/fabric/core
Kevin Gozali 119fd1efe7 iOS: Fixed some props conversion errors
Summary:
* numbers in JS are doubles in native land, since there's no notion of int or int64 in JS - so simply convert numbers to int instead of assuming it's int
* the parsing of Yoga props with `'...%'` string value has a bug: it should be copying the number instead of the `%`

Reviewed By: shergin

Differential Revision: D8370873

fbshipit-source-id: 44e9e3f0530c000c963e8e9ca66e8b0a48d80bcd
2018-06-11 20:01:42 -07:00
..
componentdescriptor Fabric: All *EventHandlers were renamed to *EventEmitter 2018-06-09 13:16:45 -07:00
events Fabric: All *EventHandlers were renamed to *EventEmitter 2018-06-09 13:16:45 -07:00
layout Remove unused include. (#19548) 2018-06-07 08:36:37 -07:00
primitives Fabric: Removed unused type aliases 2018-06-01 09:37:46 -07:00
shadownode Fabric: All *EventHandlers were renamed to *EventEmitter 2018-06-09 13:16:45 -07:00
tests iOS: fix fabric core test 2018-06-09 21:52:13 -07:00
BUCK Fabric: Application layer of events infrastructure 2018-05-22 16:31:58 -07:00
conversions.h Fabric: New props treatment in `core` module 2018-05-14 16:03:49 -07:00
propsConversions.h iOS: Fixed some props conversion errors 2018-06-11 20:01:42 -07:00