Giter VIP home page Giter VIP logo

Comments (4)

Ali-Oliaee avatar Ali-Oliaee commented on June 26, 2024 1

I saw the links you sent and unfortunately I don't have Svgs here to change the codes
I solved this problem with your library and the linear gradient library, the result is not exactly as designed but it gets the job done for me.
I put my code here, maybe it will help someone who is in the same situation as me

import {Shadow} from 'react-native-shadow-2';
import LinearGradient from 'react-native-linear-gradient';

...

 <Shadow
        distance={0}
        startColor={Colors.darkShadow}
        endColor={Colors.darkShadow}
        offset={[0, 1.5]}>
        <LinearGradient
          locations={[0.92, 0]}
          style={styles.innerShadow}
          colors={[Colors.lightningYellow, Colors.lightShadow]}>
          <TouchableOpacity activeOpacity={0.7} style={styles.submitButton}>
            <Text style={styles.submitButtonText}>{title}</Text>
          </TouchableOpacity>
        </LinearGradient>
      </Shadow>

thanks for your answer 🙏🏻

from react-native-shadow-2.

SrBrahma avatar SrBrahma commented on June 26, 2024

Can you give me a visual example of what you want?

from react-native-shadow-2.

Ali-Oliaee avatar Ali-Oliaee commented on June 26, 2024

sure, there are some examples
image
image

from react-native-shadow-2.

SrBrahma avatar SrBrahma commented on June 26, 2024

Hmm the borders seems quite oval. I don't believe is doable as with the SVG's round gradient we can only do 90 degrees borders. As far as I can notice, this seems to be some sort of overlay/clipping/mask that is darkening not only the inner part but the outline and the external part.

Also, this has no gradient; the darkening is applied with a constant color along its distance.

You may try to accomplish this with the ClipPath or Mask.

Sorry if I got what you want wrong, but by the example I don't see what my library can do to accomplish it and this seems quite a very particular case.

Please, let me know if I got it wrong and if you know to explain it better, or to send me another example!

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.