mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-05 13:46:59 +00:00
Init using create-nitro-module
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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, '..'),
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user