Mark Lanham
Mark Lanham
> The Issue is with Latest Version of @types/react:18.x.x This may have been introduced to your project via some other packages' peer dependency. > > If you have a .tsconfig...
One thing to check is that you’re using the latest syntax when trying to call `getByTestId`, instead use `findByTestId` as shown here: https://testing-library.com/docs/react-native-testing-library/example-intro/ The other thing thats caught me out...
See also: https://github.com/IjzerenHein/react-navigation-shared-element/issues/274 as this is related.
> Guys, they rebranded `Fig` as `CodeWhisperer`. > > Solution: uninstall `Fig` but install `AWS CodeWhisperer` > > https://aws.amazon.com/blogs/devops/introducing-amazon-codewhisperer-for-command-line/ Yep, I uninstalled Fig and installed CodeWhisperer and now it works...
I'm also getting this exact same issue with the iOS simulator however a connected iOS device won't even run, the build just fails with the error `Invalid regular expression: Quantifier...
This same error happens to me when trying to run **Detox** via **Browserstack**, following these instructions: https://www.browserstack.com/docs/app-automate/detox/getting-started If I run locally using `"detox": "^20.18.4"` everything works perfectly, however the docs...