Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Props missing - TypeScript map out of date #107

Closed
thomashagstrom opened this issue Oct 31, 2018 · 1 comment
Closed

Props missing - TypeScript map out of date #107

thomashagstrom opened this issue Oct 31, 2018 · 1 comment

Comments

@thomashagstrom
Copy link

thomashagstrom commented Oct 31, 2018

The generated TS map doesn't correspond to the JS. While the docs and actual JS code clearly contains props like customTextInput and customTextInputProps these are missing in the generated interface:

export interface TextInputMaskProps extends TextInputProps {
    type: TextInputMaskTypeProp
    options?: TextInputMaskOptionProp
    checkText?: (previous: string, next: string) => boolean
    onChangeText?: (text: string) => void
    refInput?: (ref: any) => void
}
@bhrott
Copy link
Owner

bhrott commented Jan 7, 2019

Fixed at 1.10.0 =)

@bhrott bhrott closed this as completed Jan 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants