Marios Fakiolas
Marios Fakiolas
Guys is this still valid in version 2.0.0?
@pankaja92 unfortunately i am not a react-native expert but i think that it is an issue for react-native to render html elements, so that `div` in there breaks this pattern....
Sure why not @crobinson42
Can you please resolve conflicts @HeyHugo ? Maybe it is wiser to move entirely to rollup instead of webpack? What do you think? Having both of them in place seems...
No, unfortunately not @adityaghag
I 've also lost a couple of hours trying to make it work. It doesn't work with `watch`. Try to force `refresh` in component's `updated` lifecycle hook. Here is a...
Ok great, thanks!!! I 'll try with both. What about updating the example?
@marr if you keep setting `['es2015', { modules: false }]` and use `babel-plugin-transform-es2015-modules-commonjs` for your `test` env jest works? In your `.babelrc`: ```javascript "test": { "plugins": [ "transform-es2015-modules-commonjs" ] }...
I could work on that. Shall I upgrade rest of dependencies such as babel etc? What are your requirements @nkt?