Files
react-native-omni/example/react-native.config.js
T
2026-04-06 12:53:56 +02:00

19 lines
359 B
JavaScript

const path = require('path')
const pkg = require('../package.json')
/**
* @type {import('@react-native-community/cli-types').Config}
*/
module.exports = {
project: {
ios: {
automaticPodsInstallation: true,
},
},
dependencies: {
[pkg.name]: {
root: path.join(__dirname, '..'),
},
},
}