Skip to content

Commit 8ffa180

Browse files
Esemesekfacebook-github-bot
authored andcommitted
imp: Add titlePlaceholder in template.config.js (#26218)
Summary: In the latest `react-native-cli` we've added more flexibility for setting application title. New config key was introduced - `titlePlaceholder` - which will be changed during init process. PR: react-native-community/cli#650 ## Changelog [General] [Added] - Introduce `titlePlaceholder` for template configuration. Pull Request resolved: #26218 Test Plan: Initialization works with the default template Differential Revision: D17091492 Pulled By: shergin fbshipit-source-id: 239110f2ad6f817d750575fa366ab49d146b36c1
1 parent b4785e5 commit 8ffa180

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77

88
module.exports = {
99
placeholderName: 'HelloWorld',
10+
titlePlaceholder: 'Hello App Display Name',
1011
templateDir: './template',
1112
};

0 commit comments

Comments
 (0)