react-native-blur/example/react-native.config.js

10 lines
161 B
JavaScript

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