expo medialibrary getAlbumsAsync未定义

时间:2018-05-16 21:14:46

标签: react-native expo

我正在尝试访问媒体相册和使用Expo的照片,这是我正在使用的代码

import { MediaLibrary, Permissions } from 'expo'

// I ask permissions
const { status } = await Permissions.askAsync(Permissions.CAMERA_ROLL)
this.setState({ permissionsGranted: status === 'granted' }, this.getAlbums)

// if permissions granted
const albumsReponse = await MediaLibrary.getAlbumsAsync()

如果我尝试使用console.log MediaLibrary,我会得到未定义的, 我也收到了这个错误:

unhandled error

版本: 世博会:27.0.1 反应:16.2.0 反应原生:0.52.0

0 个答案:

没有答案