const path = require('path'); module.exports = { dependencies: { 'react-native-date-picker': { root: path.join(__dirname, '../..'), }, }, };