Ilja
Ilja
Came across this issue today as well, particularly the typescript part where 2 enums (enum and type defined in custom action types) conflict between each other.
Yep. For me personally I think only autogenerated `capacitor.build.gradle` is what's preventing me from completely removing all references to cordova. Perhaps additional flag in capacitor config file like `cordova: false`...
Not sure if it falls under the issue, but I'd love to dive deeper into concepts like reconciliation. While there plenty of examples available, it would be nice to have...
@gaearon Sure. I might be missing something, but to the best of my knowledge this https://github.com/facebook/react/blob/master/packages/react-dom/src/client/ReactDOM.js is closes to documentation there is for `react-reconciler`. When I was starting out, I...
@gaearon Yep exactly. Thought it might be an interesting addition if possible.
@insraq maybe he needs to run `pod install` ? I did it after linking, but it also installs React pod, which I think is deprecated?
Actually, there is rn guide on this, this needs to be added to pod-file I believe? ``` pod 'React', :path => '../node_modules/react-native' pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga' ``` EDIT: @JamesHealdUK...
@Salakar @auser sorry for late response guys, will gladly jump on this 👍 I think I'll have PR ready next weekend, due to new year celebrations. @Salakar I assumed v3...
@Salakar I see, is v3 usable? If so what would the upgrade path look like from current one on master?
@Salakar Awesome, I assume it is available via npm at `[email protected]` or something like this?