react-native-template-by-nh
Version:
React Native Template for a quick start with TypeScript using best existing libraries and scalable structure
12 lines (9 loc) • 303 B
JavaScript
module.exports = {
// Placeholder used to rename and replace in files
// package.json, index.json, android/, ios/
placeholderName: "ProjectName",
// Directory with template
templateDir: "./template",
// Path to script, which will be executed after init
postInitScript: "./script.js",
};