-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orientation changes mess up the list #145
Comments
It's a similar problem to preserving scroll position Maybe you can try #127 (comment), but instead of applying that logic when getting new data, you apply it when an orientation change happens. |
Not sure if I got this right, but my problem does not stop once the orientation changes. |
Have you tried using the canChangeSize prop? |
Yeah, makes no difference. |
|
It's using a native module (called It should work on iOS, what error do you get @naqvitalha ? Maybe I can fix it. Also, I can create an expo, but does expo support native modules (I thought it didn't)? I'll do anything to sort this out. |
Why do you need a native module to detect orientation change? Check #58 |
Ok, I wasn't aware of that, but never the less, can you please tell me the issue iOS is giving you? I really need to focus on the real issue here :/ |
If you can reproduce this on Android I will take a look ASAP. I think I need to upgrade Mac OS and XCode to run the project. That's why I always use expo for iOS. Expo or, Android repro will do. |
Perfect, @naqvitalha the Android project should now be working on that same repo. Try it and let me know how it went. |
@SudoPlz Dude I tried on Android post your changes and saw the same issue. I added |
Whaaat? But I did add |
Yeah :P try and let me know. |
Pffff.... it does work on the reproduction repo, but not on my main project. I might be using a slightly older version (that does have |
Ok, so I confirm that after I updated to the latest version You see I'm not using your library through npm, I'm using a build locally, because I wanted to be able to modify and debug your library in real time, without having to care about typescript. The reason is #103 Closing the current issue as it's resolved. |
Hey there,
here's the issue that I'm having:
Note that all works well when I'm on portrait, but once I go in landscape, all hell breaks loose.
As you can see the items don't correctly on landscape, and you can see 2 items instead of one, even though their widths are correct.
I've created a repo with exactly that issue here, would you be kind enough to shed some light on this?
Thanks
The text was updated successfully, but these errors were encountered: