Ethan Lee
Ethan Lee
필요에 맞게 사용하고 있었는지 되돌아보게끔 하는 글이네요. 좋은 글 감사합니다!
> ### Good news everyone > Realm isn't broken, just tricky to use... and a little bit broken one might argue... :) For posterity: > > ``` > // What...
@kraenhansen No, I haven't. Actually I'd love to update to v12, but I don't have the time for now 😂 I think the problem is related to the endpoint of...
In my case, always stuck in these code only in Android ```tsx const uri = await viewRef.current.capture(); ``` there's no error, just still going on. But iOS is working fine.
저의 경우에 `babel`, `tsc`와 같이 트랜스파일을 하는 경우에는 static 파일들이 빌드 결과에 포함되지 않아 물리적으로 복사하는 스크립트를 추가했습니다. 이러한 이유로 번들러를 찾아보다가 `rollup`을 적용하게 되었습니다. 개념을 잡는데에 좋은 글 작성해주셔서...