-
Notifications
You must be signed in to change notification settings - Fork 85
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
re-base #42
Comments
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 out. |
It would be great if you could test a couple of templates:
its still a work in progress, and I'll be working on rest of the templates tomorrow. |
Honestly, the joke with the names starting with |
It fails to install :-(
Wouldn't it be better to move |
re-base and re-start are 2 different templates. You have to select one.
or
re-base and re-start are totally isolated projects. They are just managed in a single repository. |
Ok, it worked :-) Issues:
|
|
|
I like where this is going. I will be testing this out myself in the following days. I wanted to see if it would be possible to set this up with Expo as well (so that yarn run web works but mobile side uses Expo). Has anybody done any testing with it? |
Dependencies got upgraded:
|
|
Hi @amoghbanta, hope you are well. How is this going on? Is it ready to merge in |
Now that we are going to have support for React16 and usage of
react-scripts
, I think it would be a good moment to modularize and stabilice the project.My propose is to create a
re-base
project that's a streamlined version ofre-start
, that only has the barebones to do a multi-platform project. Noredux
, noredux-router
, nothing: just only thereact-native
dependencies for each platform and the scripts to generate the different versions. Later,re-start
would depend on thisre-core
project and still offer the current basic template. This would allow people to create their own templates that fit best to their workflows, for example I would do one that includesreact-native-material-ui
andredux-offline
already configured :-)The text was updated successfully, but these errors were encountered: