Amogh Banta

Results 12 comments of Amogh Banta

That's a great idea. Working on something similar. Will share with you tomorrow probably and have your suggestions on it 😄

hey @piranna, check [this](https://github.com/react-everywhere/re-start/tree/react-16/templates) out. **re-base** will be the base template (what you wanted to do with re-core), based on which we can create more templates with different permutations and...

It would be great if you could test a couple of templates: ``` react-native init projectName --template re-start/re-base cd projectName node scripts/additionalDependencies.js ``` its still a work in progress, and...

**re-base** and **re-start** are 2 different templates. You have to select one. Try out: ``` react-native init projectName --template re-start cd projectName node scripts/additionalDependencies.js ``` or ``` react-native init projectName...

Thats a really good idea. I'll try to do something like this.

This is on my mind too but I am not sure what is the right way to proceed forward with it. Any suggestions?

This should be fixed with the latest template. ``` react-native init projectName --template re-start cd projectName node scripts/additionalDependencies.js ```

@piranna, done! You have the access now. 😄

> Is it still give me login errors... > > ``` > 403 Forbidden - PUT https://registry.npmjs.org/react-native-template-re-base - You do not have permission to publish "react-native-template-re-base". Are you logged in...

Hey, @Valeriy1991 I'll need some time to look into this. I've not been able to test it on windows. Meanwhile, you can use ``` react-native init MyProjectName --template re-start cd...