UNPKG

react-native-template-tuil

Version:

Clean and minimalist React Native template for a quick start with TypeScript.

8 lines (6 loc) 384 B
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`. templateDir: './template' }