Aung Kyaw Soe
Aung Kyaw Soe
can't play url from firebase. My link is https://storage.googleapis.com/chat_bucket_aso/2ihzd1mklbl8pwvhsw_3.36.mp3 My code const audio = new Sound( message.audio, null, error => { setLoadingAudio(false); if (error) { console.log('failed to load the sound',...
const audio = new Sound( 'https://storage.googleapis.com/chat_bucket_aso/2ihzd4q47l73wmvcb_2.976.mp3', null, error => { setLoadingAudio(false); if (error) { console.log('failed to load the sound', error); setError(true); return; } setDuration(hp.recorderTimeFormat(audio.getDuration())); setPlayingDuration(audio.getDuration()); }, ); Works in android...
Dropdown list overflow and covered by screen.I just set the dropdownStyle height to ==>height: list.length > 10 ? Metrics.height * 0.7 : list.length * 50 and like when there is...
### Description if the placement is top right it should start from right and come to left, but currenttly half of the context is hide and go through the screen....