learn-template
Version:
React Native Base Template
20 lines (18 loc) • 762 B
JavaScript
module.exports = {
/** Placeholder name that will be replaced in package.json, index.json, android/, ios/
* for a project name. */
placeholderName: 'ProjectName',
/** Directory with the template which will be copied and processed by React Native CLI.
* Template directory should have package.json with all dependencies specified,
* including `react-native`.
*/
titlePlaceholder: 'Hello App Display Name',
/** Directory with the template which will be copied and processed
* by React Native CLI. Template directory should
* have package.json with all dependencies specified,
* including `react-native`.
*/
templateDir: './template',
// Path to script, which will be executed after init
postInitScript: './script.js'
}