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