Code Monkey home page Code Monkey logo

Comments (3)

mxck avatar mxck commented on September 3, 2024

@AlexandrePalo hi! Yes, you can make PR. 👍

from react-native-material-menu.

satya164 avatar satya164 commented on September 3, 2024

@AlexandrePalo where did you get the formula?

from react-native-material-menu.

Noitidart avatar Noitidart commented on September 3, 2024

Hello,

Thanks for your component.
In order to stay consistent, according to the Material guide concerning elevation the elevation should be 8 and not 2 by default.

So, on android:
{ elevation: 8 }

And on IOS:
{ shadowOpacity: 0.192, shadowRadius: 4.32, shadowOffset: { height: 4.8, } }

Moreover, the elevation value should be a props by itself because can be a major styling props to ensure consistency with other UX components. For android, the props is straight forward. For IOS, formulas are:
shadowOpacity: 0.0015 * elevation + 0.18, shadowRadius: 0.54 * elevation, shadowOffset: { height: 0.6 * elevation, }

I can present a PR if you want :)

Bye

What is the shadowOffset width? TypeScript saying its required, but in the above its not provided. I think default is width of 0, as it is CGSize - https://github.com/facebook/react-native/blob/fc24bb4af0706e0dc1efde853a365be771728e44/React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.mm#L137 - and SO says CGSize defaults to 0's - https://stackoverflow.com/questions/22081008/default-values-for-cgfloat-cgsize-minfontsize-etc-in-a-wrapper-function#54565507

from react-native-material-menu.

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.