如何在UI反应本机Flatlist中显示音频播放器

时间:2019-06-18 07:15:31

标签: react-native audio audio-player react-native-flatlist react-native-sound

我有许多来自服务器响应的URL。我必须在“平面列表”中显示该链接的数量。对于每个Flatlist,我必须显示一些数据,然后在单元格底部需要显示带有进度条的播放器。

enter image description here

import Sound from 'react-native-sound';

const sound = new Sound('http://sounds.com/some-sound', null, (error) => {
  if (error) {
    // do something
  }

  // play when loaded
  sound.play();
});

有什么建议吗?

1 个答案:

答案 0 :(得分:0)

您可以使用这些软件包;