Commit Graph

3 Commits

Author SHA1 Message Date
Sam Mueller a77528523e Rename start & end properties to fix conflict with RN 51
A recent commit in RN added start/end properties to RCTViewManager.
Because LinearGradient inherits from this class and has properties of
the same name, RN gets mixed up and tries to convert to a YGValue
instead of CGPoint, which results in the exception:

```
Error setting property 'start' of BVLinearGradient with tag #18: JSON
value '{
    x = 0;
    y = 0;
}' of type NSMutableDictionary cannot be converted to a YGValue.
```
2017-12-14 12:09:56 -08:00
rh389 8cbf850947 Update for RN 0.40, bump to 2.0.0 2017-01-06 15:16:49 +00:00
Dmitry Gladkov 8119e5e432 move iOS code into the separate directory 2016-01-19 14:26:58 +02:00