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

Border Radius is not works with React-Native 0.76.2 #172

Open
DogukanTansuk opened this issue Jan 10, 2025 · 4 comments
Open

Border Radius is not works with React-Native 0.76.2 #172

DogukanTansuk opened this issue Jan 10, 2025 · 4 comments

Comments

@DogukanTansuk
Copy link

Describe the bug
Hello there,

Basically border radius is not working with React-Native 0.76.2 you can see it image down below.

To Reproduce
Steps to reproduce the behavior if possible, or a link to a reproduction repo:

  1. Add import and use it in screen
  2. Give the following style prop to that Image element;
style={{
      broderRadius: 50,
      width: 50,
      height: 50,
}}

Expected behavior
You can clearly see that border radius is not align properly. Image not fit correctly to container. Right side and bottom side are not implementing border radius.

Screenshots
Screenshot 2025-01-10 at 11 59 54 AM

Dependency versions

  • React Native version: 0.76.2
  • React version: 18.3.1
  • React Native Fast Image version: 8.9.1
Copy link

👋 Welcome to the community!
Thank you for opening your first issue. We appreciate your contribution and will review it as soon as possible.
Feel free to ask questions, share ideas, or provide any additional details! We're here to help. 😄

@princektripathi
Copy link
Contributor

@DogukanTansuk, can you please share a repro for the quick validation?

@DogukanTansuk
Copy link
Author

@DogukanTansuk, can you please share a repro for the quick validation?

I can not share the repo this project not even on github. But if you want I can create a mock repo and and reproduce on that repo?

@princektripathi
Copy link
Contributor

@DogukanTansuk, can you please share a repro for the quick validation?

I can not share the repo this project not even on github. But if you want I can create a mock repo and and reproduce on that repo?

@DogukanTansuk, yes that should help. Please share a sample repro.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants