Dimitry
Dimitry
PR on this issue https://github.com/CRAlpha/react-native-wkwebview/pull/182
Solution https://novemberfive.co/blog/WKWebView-redirect-with-cookies
Hey! Is auto-fix available now?
Hey! If you want different width, try ‘width’ property. Otherwise you can add custom class using ’className’ property and set style starting with this class name.
Well, it should work like this loader, but I failed to use it.( Switching to loader, thx!
So? What about async derived props? Maybe use promises as returns?
How do u use these types? I've tried and it failed on actual store creation.
@FlorianRappl what type will be in second argument of action? I mean ```ts export const { Provider, connect, actions } = createStore({ initialState, actionsCreators: { increment({ count }: State, actions:...
I've made quite similar library — https://github.com/DimitryDushkin/react-localux — it is written on TS and have thunk-like functionality built-in. That's some kind of update.)
> If I have time I'll try to fix the actions typings I think it is impossible to fix it. Basically you want something like: ```ts type ExportedAction = F...