Skip to content

Commit 13ab429

Browse files
author
Ahmed Elshaabany
committed
Modify package.json file
1 parent 0425583 commit 13ab429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
// Placeholder name that will be replaced in package.json, index.json, android/, ios/ for a project name.
3-
placeholderName: 'ProjectName',
3+
placeholderName: 'HelloWorld',
44

55
// Placeholder title that will be replaced in values.xml and Info.plist with title provided by the user.
66
// We default this value to 'Hello App Display Name', which is default placeholder in react-native template.
@@ -10,5 +10,5 @@ module.exports = {
1010
templateDir: './template',
1111

1212
// Path to script, which will be executed after initialization process, but before installing all the dependencies specified in the template. This script runs as a shell script but you can change that (e.g. to Node) by using a shebang (see example custom template).
13-
postInitScript: './script.js',
13+
// postInitScript: './script.js',
1414
};

0 commit comments

Comments
 (0)