Denys
Denys
@incom-app-ru Thank you for your response. It won't help us, because we need `zIndex` to position elements correctly
I've tried `0.69.8` and `0.71.4` `0.71.4` looks more stable (harder to reproduce), but issue is still there https://user-images.githubusercontent.com/77282657/223988681-f8551c6e-20bf-4237-911c-33a8655fda78.mov
@mysport12 Does it helps you to fix/solve the issue fully? ``` Deprecated. Virtualization provides significant performance and memory optimizations, but fully unmounts react instances that are outside of the render...
@carbonatedcoder Thank you for your investigations `disableVirtualization=true` is possible, but I'm afraid about performance :( Have you noticed about that something (FPS maybe)?
@filipearena Thank you. We did the same for now
@pavelmuratev There are two options for now (that we used): 1. To disable sticky headers (`FlatList`) 2. To use `FlashList` library
We need this as well `pathPattern` doesn't work for us for some reason ``` { scheme: 'https', host: 'site.url.ag', pathPattern: '/link/to/.*/.*/page/.*', } ``` And only this works ``` { scheme:...
I did noticed that it cut off when you change screen (window) width