Marco Wettstein

Results 325 comments of Marco Wettstein

it seems because it uses the deprecated request package which has bugs on its own

so here is my conclusion: - the request package that is used is deprecated and has bugs, it can lead to requests that are not properly finished - those requests...

if you have the capacity its best to move away from this library as its not maintained anymore and is based on deprecated packages

update: added a link to a reproduction repo https://github.com/macrozone/styled-components-rnw-reproduction

i see, we destrucutre router out of `props`, now it does not get passed to `render` / `Page`

yes, pushed a pr to fix it! sorry for that

react-docgen also does not seem to work in my setup: - i have a monorepo setup, with "ui" (where storybook lives) and a "theme" package - the "theme" package only...

@astriskit i tried it in a slightly different setup with nextjs you can actually mix `styled-components/native` and `styled-components` however i noticed the following: - styles from `styled-components` (without /native) are...

hi @raix and @sebastian-ruiz did you find a solution to this?

Additional note: the api is a bit confusing. You can use 'onResponderRelease' to detect single taps