diff --git a/React/Base/RCTConvert.m b/React/Base/RCTConvert.m index fcb8ec167d1def..a391f5b9b566bf 100644 --- a/React/Base/RCTConvert.m +++ b/React/Base/RCTConvert.m @@ -355,6 +355,7 @@ + (NSLocale *)NSLocale:(id)json @"decimal-pad": @(UIKeyboardTypeDecimalPad), @"twitter": @(UIKeyboardTypeTwitter), @"web-search": @(UIKeyboardTypeWebSearch), + @"ascii-capable-number-pad": @(UIKeyboardTypeASCIICapableNumberPad), // Added for Android compatibility @"numeric": @(UIKeyboardTypeDecimalPad), }), UIKeyboardTypeDefault, integerValue)