Marc Rousavy

Results 1820 comments of Marc Rousavy

@r0stig do you still have to do those steps in >0.60 with autolinking?

I've set up my iOS app correctly (I think), but the Icons are still not showing in release build.

@TomasBarry did you find a solution for this?

Since the official "tsc" reporter didn't seem correct, I tried to use a custom efm: ``` yarn typescript | reviewdog -efm="%f:%l:%c - error TS%n: %m" -reporter=github-check -filter-mode=nofilter -fail-on-error ``` where...

Nevermind, found it. To everyone having the same problem, apply this patch using patch-package: https://gist.github.com/mrousavy/517a18fdabdc048bba238132047cb4b0

> Any hope for a fix ? @el-lsan did you read the thread you commented on?

This is fixed by my PR https://github.com/lottie-react-native/lottie-react-native/pull/738 which should land in a release soon.

Ah yea the solution isn't that difficult, you just need to reverse the Path then it works 😄

I like that idea and wanted to try it in all my repos (VisionCamera, MMKV, Blurhash, ...) but never got the chance to do it, since I also had to...