UNPKG

react-native-ui-lib

Version:

<p align="center"> <img src="https://user-images.githubusercontent.com/1780255/105469025-56759000-5ca0-11eb-993d-3568c1fd54f4.png" height="250px" style="display:block"/> </p> <p align="center">UI Toolset & Components Library for React Native</p> <p a

25 lines (24 loc) 932 B
{ "name": "MaskedInput", "category": "form", "description": "Mask Input to create custom looking inputs with custom formats", "extends": ["TextInput"], "extendsLink": ["https://reactnative.dev/docs/textinput"], "example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/MaskedInputScreen.js", "images": [ "https://camo.githubusercontent.com/61eedb65e968845d5eac713dcd21a69691571fb1/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f4b5a5a7446666f486f454b334b2f67697068792e676966" ], "props": [ { "name": "renderMaskedText", "type": "React.ReactElement", "required": true, "description": "callback for rendering the custom input out of the value returns from the actual input" }, { "name": "containerStyle", "type": "ViewStyle", "description": "container style for the masked input container" } ] }