UNPKG

react-native-background-upload

Version:

Cross platform http post file uploader with android and iOS background support

5 lines (4 loc) 159 B
const CustomPathBuilder = require('./detox.pathbuilder'); module.exports = ({ rootDir }) => { return new CustomPathBuilder({ rootDir, platform: 'ios' }); };