sapo-components-ui-rn 1.1.12 → 1.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -5879,6 +5879,7 @@ var TextInputNumber = function (_a) {
5879
5879
  var onShowModalKeyboard = function () {
5880
5880
  setIsShowModalKeyboard(true);
5881
5881
  setIsFirstInput(true);
5882
+ reactNative.Keyboard.dismiss();
5882
5883
  };
5883
5884
  var onCloseModalKeyboard = function () {
5884
5885
  setIsShowModalKeyboard(false);