如何在 React-Native 中显示媒体文件的数量



我需要显示媒体文件的数量,包括视频,图像和其他文件。如何计算值以及在 react native 中使用哪种方法?

你可以使用 CameraRoll getPhotos() 方法,

CameraRoll.getPhotos(params);

请参阅此处的文档:https://facebook.github.io/react-native/docs/cameraroll

相关内容

  • 没有找到相关文章

最新更新