jaysoo / react-native-prompt

A cross-platform prompt component for React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support custom props to the TextInput

yueshuaijie opened this issue · comments

There should be a way to customize more behaviour of text input, like keyboard type, whether password, max characters count, and so on.

We can introduce a new prop: textInputProps, which will apply to the text input.

I create a PR for this: #7

Usage:
<Prompt textInputProps={{ keyboardType:'phone-pad' }} />

@yueshuaijie @jaysoo u can close this, fixed on master