Mateusz Titz
Mateusz Titz
hey @alexsvt2 The original poster said the error they were facing was: `Unable to resolve "react-native-svg/css" from "node_modules/react-native-qrcode-svg/src/LogoSVG/index.native.js"` although it is definitely similar, it is not the same as yours...
Few points from me: There is an `Example App` in this package, under the directory `/Example`. Unfortunately there are some config problems there at the moment, but in general it...
I can throw my 2 cents here, I was responsible for making sure `workspace switcher` behaves correctly in search pages. I think at this point in the app (imo) we...
FYI @kirillzyusko take a look at the most recent PR from me: https://github.com/Expensify/App/pull/53198 I hoped it would speed things up a bit, I had to move a bunch of code...
Just two cents from me (im the author of the react PR) > In the network tab of the developer tools, the OpenReport API request is being called twice, when...
> @Kicu ^ please correct me if I'm wrong 🙇 You are correct I believe. Staging should run production build of React and so if an error happens both on...
Hello 👋 The import with `/css` is intentional, and have been discussed a few times previously. Please take a look at this: https://github.com/Expensify/react-native-qrcode-svg/issues/234#issuecomment-2606409295 and for a longer discussion this: https://github.com/Expensify/react-native-qrcode-svg/issues/225...