[template] disable post-init script - still broken on RN CLI

[skip ci]
This commit is contained in:
Salakar
2019-05-20 21:49:57 +01:00
parent b95dab206e
commit 77fc5e05fa

View File

@@ -6,6 +6,7 @@ module.exports = {
// Directory with template
templateDir: './project',
// TODO broken on cli: error Error: spawn /var/folders/**/node_modules/@react-native-firebase/template/post-init.js EACCES
// Path to script, which will be executed after init
postInitScript: './post-init.js',
// postInitScript: './post-init.js',
};