Marc Schipperheyn

Results 130 comments of Marc Schipperheyn

I would like to see component Theme overrides to execute in a central spot, like in @material-ui instead of having to create local versions.

@usmansbk that sounds more like program flow. You could implement this using AppContent or redux.

One of the things I like about material-ui, is that the components are aggregated from sub components and these sub components are easily customizable. Since RN doesn't have the kind...

I'm also interested in this. How would you do this if this was default `retinal`?

My biggest gripe is that debugger stops are not working correctly. They are always on the wrong line. Forcing the use of `debugger`.

@slorber Use react-native-debugger. Right mouse click => Enable Network Inspect. Tadaaa!

I created a temporary fork that will allow you to use the latest commit. I have very little time, so please don't expect any support, but it should get you...

Shit. completely stuck on this. Days sunk into this already. What are people using as alternatives?

AFAIK, you can't read set-cookie headers from response. Fetch refuses to supply the header, if the cookie has a `httpOnly` setting.

Can you indicate what is going wrong specifically?