mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
770da3ac67
Summary: Adjusting template to new init command (https://github.com/react-native-community/react-native-cli/pull/241). PR with new init command needs to be merged before we land this. [General] [Changed] - Adjust template to match new init command Pull Request resolved: https://github.com/facebook/react-native/pull/24138 Differential Revision: D14617568 Pulled By: cpojer fbshipit-source-id: f4b90920d47d3e0d2b08470e0eaad1abd733e4cc
5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
module.exports = {
|
|
placeholderName: 'HelloWorld',
|
|
templateDir: './template',
|
|
};
|