Daniel Nehring

Results 5 comments of Daniel Nehring

I've the same issue. It seems the height of the `View` is not the actual height of their children when collapsed. Neither `onLayout` nor `measure` getting the correct `height`.

I too still have this issue with `0.2.0`. The fix @juho-ylikyla mentioned doesn't work and just throws another error: ```zsh FAIL src/utils/__tests__/auth.test.ts ● Test suite failed to run Jest encountered...

@juho-ylikyla thank you for your fast answer, but sadly this only results in just another Error: ```zsh FAIL __tests__/App-test.tsx ● Test suite failed to run /home/daniel/Projects/sc-app/node_modules/@react-native/polyfills/error-guard.js:14 type ErrorHandler = (error:...

@juho-ylikyla thank you for that link. Should have searched for it by myself (shame on me) :pensive:. But now it works. I added `@react-native` and `react-native` to `transformIngorePatterns`: _package.json_: ```json...

It seems Typescript 4.8 and 4.9 broke the typing of the LinkingOptions. The `config` breaks when it contains nested navigators. The inferred type of nested `NavigatorScreenParams` no longer returns the...