Skip to content

Feature/0.12.0 rc compat#18

Merged
brentvatne merged 2 commits intoreact-native-linear-gradient:masterfrom
nickhudkins:feature/0.12.0-rc-compat
Sep 29, 2015
Merged

Feature/0.12.0 rc compat#18
brentvatne merged 2 commits intoreact-native-linear-gradient:masterfrom
nickhudkins:feature/0.12.0-rc-compat

Conversation

@nickhudkins
Copy link
Copy Markdown
Collaborator

Resolves #17

brentvatne added a commit that referenced this pull request Sep 29, 2015
@brentvatne brentvatne merged commit 5a208de into react-native-linear-gradient:master Sep 29, 2015
@brentvatne
Copy link
Copy Markdown
Collaborator

Good stuff, thanks!

@brentvatne
Copy link
Copy Markdown
Collaborator

@nickhudkins - added you as a collaborator on this :)

@nickhudkins
Copy link
Copy Markdown
Collaborator Author

@brentvatne thanks so much :) I'll be working on the android version when I get a little bit of time (hopefully before the end of the week)

sjmueller added a commit to sjmueller/react-native-linear-gradient that referenced this pull request Nov 16, 2017
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 react-native-linear-gradient#18: JSON
value '{
    x = 0;
    y = 0;
}' of type NSMutableDictionary cannot be converted to a YGValue.
```
sjmueller added a commit to sjmueller/react-native-linear-gradient that referenced this pull request Nov 16, 2017
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 react-native-linear-gradient#18: JSON
value '{
    x = 0;
    y = 0;
}' of type NSMutableDictionary cannot be converted to a YGValue.
```
comigor pushed a commit to nubank/react-native-linear-gradient that referenced this pull request Dec 4, 2017
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 react-native-linear-gradient#18: JSON
value '{
    x = 0;
    y = 0;
}' of type NSMutableDictionary cannot be converted to a YGValue.
```
sjmueller added a commit to sjmueller/react-native-linear-gradient that referenced this pull request Dec 14, 2017
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 react-native-linear-gradient#18: JSON
value '{
    x = 0;
    y = 0;
}' of type NSMutableDictionary cannot be converted to a YGValue.
```
hblumberg pushed a commit to Khan/react-native-linear-gradient that referenced this pull request Sep 27, 2018
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 react-native-linear-gradient#18: JSON
value '{
    x = 0;
    y = 0;
}' of type NSMutableDictionary cannot be converted to a YGValue.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants