mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-20 07:44:39 +08:00
13 lines
340 B
JavaScript
13 lines
340 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 currently breaks on cli
|
|
// Path to script, which will be executed after init
|
|
// postInitScript: "./post-init.js"
|
|
};
|