diff --git a/React/Base/RCTConvert.m b/React/Base/RCTConvert.m index fcb8ec167..a391f5b9b 100644 --- a/React/Base/RCTConvert.m +++ b/React/Base/RCTConvert.m @@ -355,6 +355,7 @@ RCT_ENUM_CONVERTER(UIKeyboardType, (@{ @"decimal-pad": @(UIKeyboardTypeDecimalPad), @"twitter": @(UIKeyboardTypeTwitter), @"web-search": @(UIKeyboardTypeWebSearch), + @"ascii-capable-number-pad": @(UIKeyboardTypeASCIICapableNumberPad), // Added for Android compatibility @"numeric": @(UIKeyboardTypeDecimalPad), }), UIKeyboardTypeDefault, integerValue)