WebIdMetaPluginReactNative/example/react-native.config.js

16 lines
256 B
JavaScript
Raw Normal View History

2026-01-16 08:33:15 +01:00
const path = require('path');
const pkg = require('../package.json');
module.exports = {
project: {
ios: {
automaticPodsInstallation: true,
},
},
dependencies: {
[pkg.name]: {
root: path.join(__dirname, '..'),
},
},
};