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