Dean

Results 11 comments of Dean

@hyochan Looks quite an interesting suggestion 😄. But if trying to apply `reanimated v2`, I think you should make a major change to the component. The ways they treat an...

> Execute `getDocs(q)` instead of `onSnapshot(q, ...)`. That will give you the link you need to create the correct index. `getDocs(q)` makes index link properly. Thank you!

> I've never seen any problems loading images before, could you please share more about this. For example what is the format of the image? If it's an svg you...

More logs below. ``` Cycle in dependencies between targets 'RNCMaskedView' and 'React-Codegen'; building could produce unreliable results. Cycle path: RNCMaskedView → React → React-RCTAnimation → React-Codegen → RNCMaskedView Cycle details:...

Still suffering from this in new architecture. I am not sure why `react-native-fbt` files are generated many times in `ReactCodgen` and I think this is why the error occurs.

If you're using the `startAsync` method with `Supabase`, try removing the `redirect_to` query string parameter and instead directly adding your app URL to the Supabase [Site URL](https://supabase.com/docs/guides/auth/overview#redirect-urls-and-wildcards).

@shangwangzhang Does your code run correctly on other versions?

I encountered a similar issue on ios. The build works fine in debug mode, but the IOS app crashes on startup with version `7.3.0`. Android is ok.

I found the hack! Simply overlay an absolute positioned view on the `tab-view` or any similar tab component. This adjustment ensures your swipe action functions smoothly! 😄 The specified `width`...