jawwad22
jawwad22
have found the solution?
Hi, Thanks for replying, Ok ill work on your idea, let me give a update about it
i am unable to implement your idea, can you help me change the code according to your idea const currentSecond =DataStore.getState().general.currentSecMin.sec const withCheckPath = ` M${Size.widthInP(50.1)} ${Size.heightInP(1.88)} H${Size.widthInP(88.1)} Q${Size.widthInP(94.3)} ${Size.heightInP(2.2)}...
Hi, actually i accomplish the goal but unfortunately withe help of react native Animated way =)
you can acheive this feature in this way ``` style={ { transform: [{ scaleX: .75 }, { scaleY: .75 }, ) }] } } ```