Nick Redmond
Nick Redmond
XCode 14 was released today. We are running into this as well now.
I had this same issue for both Android and iOS. Upgraded to [4.0.0-beta.6](https://www.npmjs.com/package/react-native-draggable-flatlist/v/4.0.0-beta.6) and can no longer repro. 👍
Agree, would find this to be helpful. Right now as a workaround I am having to put static items in the header or footer.
> How do you make them static? Are those elements outside of the Draglist? Yes. Pretty much have to pluck items I don't want to be moved out of the...
I think this has to do with having a translucent status bar. I am able to reproduce this on a Pixel 3 Emulator. Sometimes for `initialWindowMetrics.frame.y` I get 0 and...
@JuanAlejandro Any update on whether your fix continues to solve the issue?
Same - was getting error with dummy folder inside of val. Removed dummy folder and now it works.
> It doesn't work for me. After I change the language, I also need to change its local setting by manual click the calendar one time to trigger it. I...
Adding this in case it helps anyone, but the `xcode.env.local` file is not tracked by git so it can become stale. In our case, we weren't using it anyway so...