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

10 lines
151 B
JavaScript

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