react-native-linear-gradient/android
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
..
src/main Rename start & end properties to fix conflict with RN 51 2017-12-14 12:09:56 -08:00
build.gradle Check for ext property on Android gradle module 2017-11-02 17:30:22 -02:00