smfunder
smfunder
Here I have the same problem.
Same here, I detected this using Shopify's FlashList with Swipeable. When they are together a fast scroll will generate blank areas, while removing Swipeable it works very smooth. Any suggestion...
hey @Acetyld @stassokolov1 and all the people here. I ended up using Interactable.View. And I use it in combination of FlashList and it is super smooth. ``` import Interactable from...
> > I ended up using Interactable.View. And I use it in combination of FlashList and it is super smooth. > > This is exciting. Which specific `react-native-interactable` package are...
> > > > I ended up using Interactable.View. And I use it in combination of FlashList and it is super smooth. > > > > > > > >...
~@feyzilim sorry, where did you find that file ShareViewController.swift ? I only have ReceiveSharingIntent.swift from this library or am I crazy?~ Nevermind, I just found it in the share extension......
> This worked for me with Xcode 16 and iOS18 > > In the file ShareViewController.swift > > ``` > @available(iOSApplicationExtension, unavailable) // class ShareViewController: SLComposeServiceViewController { > ... >...
In my case I found that in the path parameter of config I should not include the "file://" prefix because that would make the library fail to create the container...
@coldSeattle I'm using it on build 0.76, but instead of using it as designed, I'm just using it as an absolute view behind a real view: ``` .... main view...
@alanjcharles I've updated Segment to all the latest as possible an unfortunately I'm still receiving the promise timeout issue. Looks like to be on the utils file and I found...