You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Placeholder name that will be replaced in package, index.json, android/, ios/ for a project name.
placeholderName: 'RNTemplateApp',
// Directory with the template which will be copied and processed by React Native CLI. Template directory should have package with all dependencies specified, including `react-native`.
templateDir: './template',
// Placeholder title that will be replaced in values.xml and Info.plist with title provided by the user.
// We default this value to 'Hello App Display Name', which is default placeholder in react-native template.
titlePlaceholder: 'RN Template App',
// 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).