Mahdieh Shavandi

Results 15 comments of Mahdieh Shavandi

> This might be an issue with one of the new versions that was shipped. I was encountering the same error in `15.1.1` (was saying _FirebaseCore_ instead of _FirebaseCoreInternal_ for...

For those who need a solution to this problem: I ended up mocking the `reanimated` package like this: ``` jest.mock('react-native-reanimated', () => { return { ...jest.requireMock('react-native-reanimated/mock'), useSharedValue: jest.fn, useAnimatedStyle: jest.fn,...

I also need to pass hex value with this package. Can anyone help please?

i made a pull request you can check. hope it help you [pull request #70 ](https://github.com/crazycodeboy/react-native-easy-toast/pull/70)

Anyone knows the solution to this problem? The latest SDK still has the same issue. Using the `CardField` component makes the app crash. And we cannot revert to the previous...

@thanhcuong1990 @AnshIcode Thanks a lot for your support! I will try the solutions.

@kamilms21 Since our team did not agree to downgrade the SDK, we decided to take the payment form out of the modal and change the UX a bit and it...

guys help please! The mkstft70 firmware is not uploading and updating the chip. I'm using USB for uploading the files, do you think it's the problem?? I have tried all...

I have this problem too. Did you solve it?