DEV Community

Discussion on: How to auto-read SMS/OTP in react native without permission?

Collapse
 
jyotishman profile image
Jyotishman Saikia

ios doesn't allow auto read sms .

Collapse
 
martinfulop2 profile image
Martin Fulop

textContentType property on the TextField can be set to oneTimeCode to support this (iOS 12+)