Giter VIP home page Giter VIP logo

Comments (5)

SrBrahma avatar SrBrahma commented on June 26, 2024 1

As this is an ugly bug, I will try to fix it on Monday. Thanks once again for the report!

from react-native-shadow-2.

SrBrahma avatar SrBrahma commented on June 26, 2024 1

Hi, sorry for the delay. I was trying to fix that artifact on the web (
image
)
but it seems to be a non-deterministic issue caused by high-resolution screens on web that have window.devicePixelRatio !== 1. Mine for example, in my quite new laptop, is 1.5. It was taking too long (and nothing I tried worked), so I decided to just update the package with the original issue's fix, under 7.0.8. Please, let me know if it fixed your problem.

from react-native-shadow-2.

SrBrahma avatar SrBrahma commented on June 26, 2024

Thanks for the report. It seems that the code that takes care of the radii limitation is not considering when the child changes its size. I will take a look when I have the time. In the meantime, you may want to try a smaller radius, which wouldn't be limited by the small child size.

from react-native-shadow-2.

midrizi avatar midrizi commented on June 26, 2024

@SrBrahma Thanks for the quick reply, take your time. But even if I use small values like everything including 10 and above breaks it.

from react-native-shadow-2.

SrBrahma avatar SrBrahma commented on June 26, 2024

Beware that in v7 we no longer use the radius property, but the style={{ borderRadius: 10 }}, so that's what you want to change.

Here it worked, although there is a visual artifact that also needs to be fixed.

image

Setting the borderRadius to 8 gives a clean result on Web. Not a good solution, but a workaround in the meantime.

from react-native-shadow-2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.