-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Provide example for react native #147
Comments
@emmenko react-native todo mvc? I could work something out I guess |
Sure :) |
I suggest waiting with this, until react-native 0.6 is out, so that babel is used. I can work against the github master for know, but for the example later it might not be great to have the github master as dependency. Thoughts? |
That sounds like a good idea @johanneslumpe :) |
The thing is that the |
As you can see in the label, it's a So there is no rush on this, if it's better to wait then let's wait. |
Yeah it's better to wait a bit longer. Over at rnplay we are spoiled, being able to always work off of master haha :D |
Any blockers here? |
i would love to see that example! (with hot reload and timetravel) |
I'll try to release web devtools tomorrow, native devtools ASAP after that. Then I'll release RN example. |
Great! +1 @gaearon let us know what is the official example. |
@alinz could you add some documentation? looks pretty cool! |
@mikedizon I will update the example to latest stable of redux and react-native. As soon as I update the project example I will let you know. |
+1 looking forward to this! @alinz please keep us posted, and thanks for your work! |
@mikedizon @yonibot I have updated the example to latest of two frameworks. let me know if you need any help. React-Native 0.10 and Redux 2.0.0 enjoy :P |
One more counter example here with React-Native 0.10 and Redux 3, and only use React Native enabled transformations. |
@chentsulin you can enable transformers with a |
@despairblue It seems that now need to set |
Good to know @chentsulin and thanks for your new update. I will update mine. Perhaps, we should merge our projects into one. Having multiple projects with the same goal is confusing. What do you think? |
I think finally they will find a way to let |
@chentsulin {
"retainLines": true,
"compact": true,
"comments": false,
"whitelist": [
"es6.constants",
"es6.modules",
"es7.decorators",
// default
"es6.arrowFunctions",
"es6.blockScoping",
"es6.constants",
"es6.classes",
"es6.destructuring",
"es6.parameters",
"es6.properties.computed",
"es6.properties.shorthand",
"es6.spread",
"es6.templateLiterals",
"es7.asyncFunctions",
"es7.trailingFunctionCommas",
"es7.objectRestSpread",
"es7.classProperties",
"flow",
"react",
"regenerator"
],
"sourceMaps": false
} See Maybe the issues aren't up to date? |
Babel 6 will use some different rule on BTW, I updated my example to support iOS and android at the same time |
The only problem that could come up when using a custom This can be fixed by:
|
I think we won't include an RN example in this repo so I'm closing. |
It's not a priority, would be nice to have it though.
If someone wants to give it try feel free to start a PR :)
The text was updated successfully, but these errors were encountered: