waku-react-native/example/react-native.config.js
Richard Ramos f525e7368d
chore: upgrade react native and target android 31 (#7)
* chore: upgrade react native and target android 31
* chore: add IOS files
2022-08-29 11:31:45 -04:00

10 lines
151 B
JavaScript

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