(iOS) keyboard cannot show
Describe the bug The logs from Xcode.
iOS 16.5 Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RCTView setSheetLargestUndimmedDetent:]: unrecognized selector sent to instance 0x103396a00'
iOS 18.3.2 [RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID. inputModality = Keyboard, inputOperation = dismissAutoFillPanel, customInfoType = UIUserInteractionRemoteInputOperations
Environment (please complete the following information): react-native: 0.78.1 react-native-otp-entry: 1.8.4
Additional context ` <OtpInput
type="numeric"
numberOfDigits={6}
autoFocus
focusColor="green"
focusStickBlinkingDuration={1000}
onTextChange={text => console.log(text)}
onFilled={code => sendOTP(code)}
textInputProps={{
accessibilityLabel: 'One-Time Password',
}}
theme={{
containerStyle: styles.otpContainer,
}}
/>
`
Hi @LuczDev Are you sure that the issue is in OtpInput?