Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinearGradinet not work in Android. #1

Closed
antoxi4 opened this issue Jan 30, 2016 · 5 comments
Closed

LinearGradinet not work in Android. #1

antoxi4 opened this issue Jan 30, 2016 · 5 comments

Comments

@antoxi4
Copy link

antoxi4 commented Jan 30, 2016

Hey, i try use Your module, but LinearGradient work only on IOS.
Can You help me?

@magicismight
Copy link
Collaborator

@antoxi4

This library is based on React Native`s ART, and this feature is not supported by ART right now.
See #5510
We can just wait for the official fix landed on ART.

BTW: Sorry for not replying this in time,I was on vocation.

@magicismight
Copy link
Collaborator

Oh.
That PR mentioned before is the one you sended.
Thanks for this. hope it would landed on ART soon.
👍

@magicismight magicismight reopened this Feb 24, 2016
@gordonpro
Copy link

@magicismight is the ART means system ART Runtime mode?

@magicismight
Copy link
Collaborator

@gordonpro ReactART

@magicismight
Copy link
Collaborator

Get it fixed bases on your PR.
But react-native-art-svg on the npm has changed to react-native-svg.
And it is no longer using ReactNativeArt as its dependency, you have to link the native code inside react-native-svg

MaxGraey pushed a commit to MaxGraey/react-native-svg that referenced this issue Mar 3, 2017
…e-cast

[FIX] ReactVirtualTextShadowNode cannot be cast to TextShadowNode error
magicismight pushed a commit that referenced this issue Nov 7, 2017
Make createReactNativeComponentClass backward compatible with react native < 0.50
dusave pushed a commit that referenced this issue Nov 30, 2017
* Fixes Android Release images not rendering (Issue #129) (#1)

* Fixes Android Release images not rendering (Issue #129)

Issue caused by 2 things:

- Image resources were not properly getting the path due to missing scheme (if required via require('./images/img.png'))
- markUpdated() was not causing a re-render thus image was not updating if it was a resource id after fetching. This is been changed to directly call bitmapTryRender, however, this may not be the best approach to this issue.

Minor note: After making this change, RenderableShadowNode would get a null for images. I put a null check for the alpha parameter to suppress this.

* Reverts check for color work around
amgleitman added a commit to amgleitman/react-native-svg that referenced this issue Feb 11, 2021
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

No branches or pull requests

3 participants