Renato Alegre

Results 23 comments of Renato Alegre

Sorry about the bump, but this is blocking me on upgrading some dependency, I'd appreciate merging #95 too and see if it fixes it.

I was experimenting this too. My issue was that it wasn't using the same type for the Stack, rather an alternate subset type. Even though technically that's fine. I'm glad...

@FrancescoBonizzi ## The problem Say I have the following **PSEUDOCODE**: ```ts // types.ts export type MyStackParamList = { HomeScreen: undefined, ContactsScreen: { name: string; phone: number } } ``` ```ts...

Was this ever resolved? I am getting the same issue.

Well, in my case that doesn't quite work, since I'm having it work along with Lightbox in order to render a gallery. But it's alright. I rolled back to 0.1.12...

This error occurs to me when I add the `` tags to the title prop.

Will this ever be merged? I need to be able to work with onFocus and I can't test it atm.

> i think that this typings is not correct, i'm typing my component like that and typescript is happy > > ```tsx > import DropDownPicker, { > DropDownPickerProps, > ValueType,...