Jack Woodmansey

Results 5 comments of Jack Woodmansey

> Just so you're aware, the `EISDIR` error is likely to be a misreported error due to [a bug](https://github.com/facebook/metro/pull/567/files) in metro that has been fixed in metro 0.65. The underlying...

We're using it at [VibePay](https://vibepay.com) ✌️

This is actually doable with the checkText function. You can write a custom function to check the text, and return true if you want to accept it. For example: ```...

> Which version of Stripe are you running? `"@stripe/stripe-react-native": "^0.30.0"` We have since spoken to stripe support and they have concluded it is an issue with the values Google are...

@huygo93123 This works perfectly, thanks for this. I wrapped it up in Typescript and exposed the gradient props: ``` import React from 'react'; import LinearGradient from 'react-native-linear-gradient'; import MaskedView from...