UNPKG

react-native-advanced-input-mask

Version:

Text input mask for React Native on iOS, Android and web. Synchronous and easy formatting without hustle

7 lines 425 B
import codegenNativeCommands from "react-native/Libraries/Utilities/codegenNativeCommands"; import codegenNativeComponent from "react-native/Libraries/Utilities/codegenNativeComponent"; export const Commands = codegenNativeCommands({ supportedCommands: ["setText"] }); export default codegenNativeComponent("AdvancedTextInputMaskDecoratorView"); //# sourceMappingURL=AdvancedTextInputMaskDecoratorViewNativeComponent.js.map