textContentType ={'oneTimeCode'} not working in iOS
See original GitHub issueDescription
<TextInput placeholder=“First Name” textContentType={‘oneTimeCode’} autoCorrect={true} keyboardType={‘numeric’} placeholderTextColor={‘#262626’} style={{height: 50, backgroundColor: ‘green’}} />
Version
0.64.2
Output of npx react-native info
I have iPhone 11 which has a 15.3.
Steps to reproduce
Simply create a new react project with a new React-native version and I have iPhone 11 which has a 15.3 version but not working.
Snack, code example, screenshot, or link to a repository
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top Results From Across the Web
TextInput textContentType='oneTimeCode' not working in ...
TextInput's textContentType='oneTimeCode' showing OTP above the keyboard but not passing data into TextInput in React Native 0.62.2 and iOS ...
Read more >ios - Content type oneTimeCode is not working in swift with ...
I want to display the OTP code in my text field I search in google and get the following code. In my application...
Read more >textContentType ".oneTimeCode" not… - Apple Developer
So I receive a SMS with a one time code inside and it is suggested. The text content type is "Unspecified" and the...
Read more >[Answer]-iOS oneTimeCode not working on some devices-swift
Is there anyone who faced the same issue as me where iOS 12 or 13 doesn't show 2FA code from SMS on the...
Read more >Security code AutoFill iOS, textContentType oneTimeCode not ...
textContentType oneTimeCode not working. For iOS 11+ you can set textContentType to username or password to enable autofill of login details from the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same here , not working…
Same here, any updates