UNPKG

react-native-photos-framework

Version:

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

7 lines (6 loc) 155 B
module.exports = function makeBuildPatch(name) { return { pattern: /[^ \t]dependencies {\n/, patch: ` compile project(':${name}')\n`, }; };