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

RN 0.71.11 (cli) - Border radius with border bottom is broken #37954

Closed
zulfio opened this issue Jun 19, 2023 · 4 comments
Closed

RN 0.71.11 (cli) - Border radius with border bottom is broken #37954

zulfio opened this issue Jun 19, 2023 · 4 comments
Labels
Component: View Needs: Attention Issues where the author has responded to feedback. Needs: Triage 🔍 Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@zulfio
Copy link

zulfio commented Jun 19, 2023

Description

The border bottom has a gap / white space if combined with the border radius.

Screenshot_4

React Native Version

0.71.11

Output of npx react-native info

System:
OS: Windows 10 10.0.22621
CPU: (12) x64 Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz
Memory: 7.98 GB / 23.94 GB
Binaries:
Node: 18.16.0 - C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm: 9.5.1 - C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK: Not Found
Windows SDK: Not Found
IDEs:
Android Studio: AI-221.6008.13.2211.9619390
Visual Studio: Not Found
Languages:
Java: 11.0.18
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: 0.71.11 => 0.71.11
react-native-windows: Not Found
npmGlobalPackages:
react-native: Not Found

Steps to reproduce

Create component/view with border radius and border bottom.

Snack, code example, screenshot, or link to a repository

<View
style={{
  flex: 1,
  height: 30,
  backgroundColor: 'red',
  borderBottomWidth: 7,
  borderColor: '#000000',
  borderBottomLeftRadius: 20,
  borderBottomRightRadius: 20,
}}></View>
@zulfio
Copy link
Author

zulfio commented Jun 19, 2023

the fix has been reverted fd8a19d

@Pranav-yadav Pranav-yadav added Component: View Needs: Attention Issues where the author has responded to feedback. labels Jun 24, 2023
@Pranav-yadav
Copy link
Contributor

the fix has been reverted fd8a19d

Cc: @kelset

@kelset
Copy link
Contributor

kelset commented Jun 26, 2023

yeah it was reverted because, turns out, it was creating more problems than it solved 😅 if any of you can try to create a new PR, based on the previous fix, but that doesn't hit the regressions that we did experience here -> #37753 it would be great 👍

Copy link

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Dec 24, 2023
@zulfio zulfio closed this as completed Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: View Needs: Attention Issues where the author has responded to feedback. Needs: Triage 🔍 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

3 participants