taha200
taha200
Thank you @subhyde
import AudioRecorderPlayer, { AVEncoderAudioQualityIOSType, AVEncodingOption, AudioEncoderAndroidType, AudioSourceAndroidType, OutputFormatAndroidType, } from 'react-native-audio-recorder-player' const result = await audioRecorderPlayer.startRecorder(undefined,{ AudioEncoderAndroid: AudioEncoderAndroidType.AAC, AudioSourceAndroid: AudioSourceAndroidType.MIC, AVEncoderAudioQualityKeyIOS: AVEncoderAudioQualityIOSType.high, AVNumberOfChannelsKeyIOS: 2, AVFormatIDKeyIOS: AVEncodingOption.aac, OutputFormatAndroid: OutputFormatAndroidType.AAC_ADTS, }) Just...
1. Samsung Galaxy A01 2. library version 1.10.2 3. Just fire a text event and this issue is happening [https://wetransfer.com/downloads/2143ff1a64e1667cdb40042ba656fd4a20240312101324/dbc0bc](https://github.com/kirillzyusko/react-native-keyboard-controller/issues/url) I paste the link here for demo 4. yes 5....
I commented out the line and nothing happens, issue still persists. @kirillzyusko
Let me know the library version please?
I checked the same simulator and not getting this issue, but can you check on the physical device?
I think I should upgrade the library version, I will check it and let you know My bad I had mistakenly wrote yes for the emulator.
This issue is still persist in new version, can you help me out please?
I think the onchangetext with usememo as you stated earlier is making the problems, I am getting the problem in 9 and 10 all devices. @kirillzyusko
I used text input from react native paper