@gpbl Any new progress on redux version of this boilerplate?
@gpbl lol, good work
No, this project is based on the old `Navigator` component.
I want kneden 😫
Tried below piece of code ``` json "babel": { "plugins": ["async-to-promises"], "presets": ["react", "es2015", "stage-0-kneden"], } ``` But no luck for me
Hi everyone, I solved this issue by creating a custom preset. https://github.com/nodegin/babel-preset-stage-0-promises In your `.babelrc`: ``` json { "babel": { "presets": ["react", "es2015", "stage-0-promises"] } } ``` Now the plugin...
@developit lol thanks but why you don't update your preset
@developit I mean the `babel-preset-stage-0-kneden`
Hi @squarebracket, I tried to compile by following your instruction stated in #1416, however I still facing the same issue, not sure if my compilation went wrong? Can you send...
@squarebracket Hi, you can use this stream to test: https://gist.githubusercontent.com/nodegin/7a5a935c2bc94ba8e81e3385360c8d09/raw/3c09901234b2ddf09ecc39754a3c75c426f16a62/test%2520link