{"ast":null,"code":"import TextInputState from \"../TextInputState\";\n\nvar dismissKeyboard = function dismissKeyboard() {\n  TextInputState.blurTextInput(TextInputState.currentlyFocusedField());\n};\n\nexport default dismissKeyboard;","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/node_modules/react-native-web/dist/modules/dismissKeyboard/index.js"],"names":["TextInputState","dismissKeyboard","blurTextInput","currentlyFocusedField"],"mappings":"AAQA,OAAOA,cAAP;;AAEA,IAAIC,eAAe,GAAG,SAASA,eAAT,GAA2B;AAC/CD,EAAAA,cAAc,CAACE,aAAf,CAA6BF,cAAc,CAACG,qBAAf,EAA7B;AACD,CAFD;;AAIA,eAAeF,eAAf","sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\nimport TextInputState from '../TextInputState';\n\nvar dismissKeyboard = function dismissKeyboard() {\n  TextInputState.blurTextInput(TextInputState.currentlyFocusedField());\n};\n\nexport default dismissKeyboard;"]},"metadata":{},"sourceType":"module"}