Ben Kass

Results 17 issues of Ben Kass

Thanks for the work you put in this! Nice utility. **Formatting** How would you incorporate `AsYouTypeFormatter` from `google-libphonenumber` into it? I have: ``` import { PhoneNumberUtil, AsYouTypeFormatter } from "google-libphonenumber";...

Really love this snap carousel. I'm having an issue where I get TypeScript error on `renderItem`. ``` import MealCarousel from 'react-native-snap-carousel'; const RestaurantListRow: React.FC = React.memo( (item) => { const...

Getting ```js function(): JSX.Element No overload matches this call. Overload 1 of 2, '(props: PickerSelectProps | Readonly): Picker', gave the following error. Type '() => JSX.Element' is not assignable to...

**Is your feature request related to a problem? Please describe.** Somewhat yes. It is related to https://github.com/stripe/stripe-react-native/issues/210 **Describe the solution you'd like** I have an expo app using `stripe-react-native`. When...

enhancement
ios

On the demo site, click on a column component on the canvas. It will select it, highlight it with a blue border and show the component name on the top...

bug
help wanted

With the new version of grapesjs-mjml, I no longer am able to control the padding of the column components. There is a fixed 10px top and bottom with `style: 'pointer-events:...

needs info

Guys, what do you think of adding the carousel MJML component? Was it left out on purpose?

enhancement
help wanted

Reproduce like so: Go to your demo, add a social component. Add "google" and any other network, go and style the color of say Facebook's icon, and the networks we...

help wanted

I am facing an issue that I need to compile the component before it is sent to `registerComponent`. So say I have an **entry file** that imports the custom component...

@IjzerenHein thanks a lot for this great lib! Started playing around with it and I'm really excited about it. I'm trying to share a search field between two screens. Almost...