UNPKG

react-native-photos-framework

Version:

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

9 lines (6 loc) 282 B
SHELL := /bin/bash all: NODE_PATH="../../../../node_modules/" babel --presets babel-preset-react-native -d out src for f in out/*.js; do echo "// @generated" >> $$f; done watch: NODE_PATH="../../../../node_modules/" babel --watch --presets babel-preset-react-native -d out src