我正在尝试访问媒体相册和使用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,我会得到未定义的, 我也收到了这个错误:
版本: 世博会:27.0.1 反应:16.2.0 反应原生:0.52.0