View borderRadius antiAliasing android
See original GitHub issueIs this a bug report?
Yes
Environment
Environment:
OS: Windows 10
Node: 8.1.2
Yarn: 0.27.5
npm: 5.3.0
Watchman: Not Found
Xcode: N/A
Android Studio: Version 3.0.0.0 AI-171.4443003
Packages: (wanted => installed)
react: 16.0.0 => 16.0.0
react-native: 0.51.0 => 0.51.0
Target Platform: Android (7.1.1)
Steps to Reproduce
<View style={{ width: 32, height: 32, borderRadius: 16, borderWidth: 2, borderColor: '#2196f3', }}/>
Behavior
expected like ART.Shape at left, but actual View behabior at right
Issue Analytics
- State:
- Created 6 years ago
- Reactions:10
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Android borderRadius antiAliasing / jagged edges #24486
Bug Report Drawing nested Views with borderRadius results in a jagged edge: To Reproduce.
Read more >react-native android borderRadius antiAliasing - Stack Overflow
AntiAliasing is disabled in borderRadius rendering. The only way i found is to use ART.Shape (left) <View style={{ width: 32, height: 32, ...
Read more >Antialiased rounded corners on Android ImageView - iTecNote
I am new to android dev, and I have been trying for a few hours now to add nice and smooth rounded corners...
Read more >Border Radius Antialiasing - CodePen
View Compiled HTML; Analyze HTML; Maximize HTML Editor; Minimize HTML Editor; Fold All; Unfold All. xxxxxxxxxx. 9. 1. <div class="box" id="i1"></div>.
Read more >RoundedCorner | Android Developers
android.app.appsearch.observer. Overview. Interfaces. ObserverCallback. Classes. DocumentChangeInfo · ObserverSpec · ObserverSpec.Builder · SchemaChangeInfo.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for posting this! It looks like you may not be using the latest version of React Native, v0.53.0, released on January 2018. Can you make sure this issue can still be reproduced in the latest version?
I am going to close this, but please feel free to open a new issue if you are able to confirm that this is still a problem in v0.53.0 or newer.
How to Contribute • What to Expect from Maintainers
I think this issue is related to https://github.com/facebook/react-native/issues/17267 by @dannycochran