Rotem Yakir
Rotem Yakir
> Does anyone have a solution? Also facing this issue... @crazycodeboy I'm sorry to be the one to tell you, but after investigating a bit, this has never and will...
We have the same issue, changes in jsx doesn't rebuild the files
I have the same issue. @limiaspasdaniel did you manage to solve this?
`getDerivedStateFromProps` also fixes an issue for me when the card is null
> I have @react-native-community/art version 1.1.2 and I have exactly the same issue. Any news on this ? Yeah I also encounter this. I'm investigating and for now I've pinpointed...
For some reason my project is trying to use Facebook's old `ARTShapeShadowNode` which has ``` @ReactProp(name = "stroke") public void setStroke(@Nullable ReadableArray strokeColors) { mStrokeColor = PropHelper.toFloatArray(strokeColors); markUpdated(); } ```...
Managed to "fix" the problem right now with installing version 1.0.2 of art library as someone suggested here: https://github.com/oblador/react-native-progress/issues/179 I hope to find a proper fix.
> Hi @Rotemy, > > I installed the 1.0.2 of Art library but I still have the issue, what version of Progress are you using? > > Thanks, > Théo...
Did you notice that you send the access token and not the token id to the server?