UNPKG

react-native-photos-framework

Version:

Use Apples Photos Framework with react-native to fetch media from CameraRoll and iCloud

3 lines 117 B
module.exports = (func) => new Promise((resolve, reject) => func((err, res) => err ? reject(err) : resolve(res)) );