Closed corpsemxq closed 6 years ago
Please see customTextInput parameter in the https://github.com/benhurott/react-native-masked-text
sample https://github.com/benhurott/react-native-masked-text/issues/62
<Item floatingLabel>
<Label>{{placeholder}}</Label>
<TextInputMask
refInput={ref => { this.input = ref }}
mask={"+1 ([000]) [000] [00] [00]"}
/>
</Item>
in this case, issue is not fixed
Originally posted by @Mate38 in https://github.com/GeekyAnts/NativeBase/issues/1261#issuecomment-358379731