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

Artifacts on View with borderRadius on only 2 corners on iOS #17998

Closed
SupriyaKalghatgi opened this issue Feb 16, 2018 · 6 comments
Closed

Artifacts on View with borderRadius on only 2 corners on iOS #17998

SupriyaKalghatgi opened this issue Feb 16, 2018 · 6 comments
Labels
Platform: iOS iOS applications. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@SupriyaKalghatgi
Copy link

SupriyaKalghatgi commented Feb 16, 2018

Is this a bug report?

This is a bug

Environment

OS: macOS Sierra 10.12.6
Node: 7.6.0
Yarn: 1.3.2
npm: 4.1.2
Watchman: 4.7.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: Not Found

Packages: (wanted => installed)
react: 16.0.0 => 16.0.0
react-native: 0.53.0 => 0.53.0

Steps to Reproduce

<View>
  <View
    style={{
      margin: 20,
      width: 100,
      height: 50,
      borderWidth: 1,
      borderColor: "blue",
      borderTopLeftRadius: 5,
      borderBottomLeftRadius: 5
    }}
  />
</View>

Run this on iOS device

Expected Behavior

image

Actual Behavior

image

Reproducible Demo

It was said in 11987 thats this was fixed, though it still continues #11897

@linnik
Copy link

linnik commented Mar 5, 2018

Setting borderRadius to decimal also results in incorrect behaviour (only on iOS)

Reproducible Demo
https://snack.expo.io/ryMuqoYuM

borderbug

Environment:
OS: macOS High Sierra 10.13.3
Node: 9.6.1
Yarn: 1.5.1
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 3.0 AI-171.4443003

Packages: (wanted => installed)
react: ^16.3.0-alpha.1 => 16.3.0-alpha.1
react-native: 0.54.0 => 0.54.0

@hramos hramos added the Platform: iOS iOS applications. label Mar 8, 2018
@yalopov
Copy link

yalopov commented Apr 3, 2018

this is still happening, anyone got a workaround?

@stale
Copy link

stale bot commented Jul 2, 2018

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Jul 2, 2018
@SupriyaKalghatgi
Copy link
Author

#19451 fixes the issue, but no status on merging this

@stale stale bot removed the Stale There has been a lack of activity on this issue and it may be closed soon. label Jul 3, 2018
gbhasha added a commit to gbhasha/react-native-segmented-control-ui that referenced this issue Aug 6, 2018
@stale
Copy link

stale bot commented Oct 1, 2018

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Oct 1, 2018
@stale
Copy link

stale bot commented Oct 8, 2018

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

@stale stale bot closed this as completed Oct 8, 2018
@facebook facebook locked as resolved and limited conversation to collaborators Oct 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Platform: iOS iOS applications. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

4 participants