-
Notifications
You must be signed in to change notification settings - Fork 20
Android support #3
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
Comments
@ashleydw I haven't tested on Android yet, sorry! What version of react-native are you using? I'll take a look at this tonight. |
Seems like this is a general issue with react native and android as even the manual CSS method does not work (only produces rectangles). |
I'm able to reproduce the issue. Unfortunately, I don't know if theres anything I can do at the moment. It seems the borderWidth and borderColor tricks that work in iOS to produce triangles do not work with Android's layout engine in react-native. I submitted an issue in the react-native repo. facebook/react-native#5411 Until this is resolved, using assets might be the only solution for Android. Using RNPlay and react-native v 0.13.0-rc, Android looks like this: |
FYI, these are working on RN 0.22 |
Rendering in android fails for me. Using "left" I get nothing, using "up" I get the following (red is the triangle, blue it's container)
Is this known, or is there no support for android at this time?
The text was updated successfully, but these errors were encountered: