UNPKG

@mattermost/react-native-paste-input

Version:

React Native TextInput replacement to allow pasting files

9 lines (8 loc) 429 B
"use strict"; import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent'; import codegenNativeCommands from 'react-native/Libraries/Utilities/codegenNativeCommands'; export const Commands = codegenNativeCommands({ supportedCommands: ['focus', 'blur', 'setTextAndSelection'] }); export default codegenNativeComponent('PasteTextInput'); //# sourceMappingURL=PasteTextInputNativeComponent.js.map