react-native-linear-gradient/BVLinearGradient
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
..
BVLinearGradient.h Update for RN 0.40, bump to 2.0.0 2017-01-06 15:16:49 +00:00
BVLinearGradient.m Rename start & end properties to fix conflict with RN 51 2017-12-14 12:09:56 -08:00
BVLinearGradientManager.h Update for RN 0.40, bump to 2.0.0 2017-01-06 15:16:49 +00:00
BVLinearGradientManager.m Rename start & end properties to fix conflict with RN 51 2017-12-14 12:09:56 -08:00