react-native-otp-entry icon indicating copy to clipboard operation
react-native-otp-entry copied to clipboard

(iOS) keyboard cannot show

Open LuczDev opened this issue 11 months ago • 1 comments

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,
      }}
    />

`

LuczDev avatar Apr 01 '25 05:04 LuczDev

Hi @LuczDev Are you sure that the issue is in OtpInput?

anday013 avatar Apr 27 '25 09:04 anday013