Yes
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)
<View style={{
width: 32,
height: 32,
borderRadius: 16,
borderWidth: 2,
borderColor: '#2196f3',
}}/>
expected like ART.Shape at left, but actual View behabior at right

Hello @numez, can you elaborate more on this problem?
What device are you using?
Ofc @gedeagas! I've tested on
background edge is smooth with backgroundColor (AntiAliasing enabled).
But with borderWidth property border edge became jagged.

Can reproduce on Samsung S8+, Android 7.0, RN 0.52.1
I think this issue is related to
https://github.com/facebook/react-native/issues/17267 by @dannycochran
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.