mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-11 11:29:13 +08:00
13 lines
432 B
JavaScript
13 lines
432 B
JavaScript
module.exports = {
|
|
// Placeholder used to rename and replace in files
|
|
// package.json, index.json, android/, ios/
|
|
placeholderName: 'HelloWorld',
|
|
|
|
// Directory with template
|
|
templateDir: './project',
|
|
|
|
// TODO broken on cli: error Error: spawn /var/folders/**/node_modules/@react-native-firebase/template/post-init.js EACCES
|
|
// Path to script, which will be executed after init
|
|
// postInitScript: './post-init.js',
|
|
};
|