razorpay / blade

Design System that powers Razorpay
https://blade.razorpay.com
MIT License
496 stars 129 forks source link

App crash while using Button component #1457

Closed mohit23x closed 1 year ago

mohit23x commented 1 year ago

When using the new blade’s Button component in React Native the app crashes, with the following error (refer to screenshot). From the error log it seems to be coming from Reanimated. I have tried re-starting the metro server by clearing the cache but the issue still persists.

image

Steps to Reproduce:

kamleshchandnani commented 1 year ago

Have you checked your re-animated, styled-component version? if yes, can you mention the version numbers?

mohit23x commented 1 year ago

Matching the react-native-reanimated version present in blade v7.2.2 fixes the issue. Thanks for the quick response.