-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added React-Native templates #29
base: master
Are you sure you want to change the base?
Added React-Native templates #29
Conversation
Feature/con com template
bin/react-generate.js
Outdated
@@ -190,7 +194,7 @@ switch (commandLineArgs[0]) { | |||
shell.cd(cwd); | |||
directories.forEach(component => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's call this container
, just for clarification
directories.forEach(component => { | |
directories.forEach(container => { |
bin/react-native-generate.js
Outdated
shell.cd(`./${commandLineArgs[1]}`); | ||
directories = shell.ls(); | ||
shell.cd(cwd); | ||
directories.forEach(component => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here please, let's make this container
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor changes please check @MrigWed
…feature/con-com-template
Ticket Link
Related Links
Description
Steps to Reproduce / Test
GIF's