Lasse Nørfeldt
Lasse Nørfeldt
@billnbell thank you very much for sharing your fix for the issue 🙌 (will try it later this week) @billnbell github-actions seems to think that there still are missing a...
@billnbell is it too much to ask if you could make a PR to show the fix to the demo repo I have provided?
@yusufyildirim > Here's the fix #3559 Tried to open the PR, copy the content from the file changed into the my node_modules/react-native-reanimated2 and do a `yarn patch-package react-native-reanimated` - did...
Expo has released 46 now 🙂
@AugustinLF I know that this is a feature request. But is is possible to have the `.debug()` run automatically when a `getBy*` matcher fails? Recall `react-testing-library` had that and it...
Going from `"^11.2.0"` to `"^11.3.0"` fixed it for me
This bug was very difficult to figure out 🐒 Trying to refactor out Moti and finding out that it would break the navigation header by doing: ```ts import * as...
I had a similar issue ``` ● TextField › input field › can show a loading indicator TypeError: Cannot read properties of undefined (reading 'delay') 39 | 40 | return...
To the folkes that uses [patch-package](https://www.npmjs.com/package/patch-package) > patches/expo+47.0.8.patch ``` diff --git a/node_modules/expo/AppEntry.js b/node_modules/expo/AppEntry.js index 9e1b283..ff89980 100644 --- a/node_modules/expo/AppEntry.js +++ b/node_modules/expo/AppEntry.js @@ -1,5 +1,14 @@ import registerRootComponent from 'expo/build/launch/registerRootComponent'; +import {...