Tlaster / PreCompose

Compose Multiplatform Navigation && State Management

Home Page:https://tlaster.github.io/PreCompose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very high memory usage on ios when upgrading to 1.6.0

BehnamMaboodi opened this issue · comments

We use PreCompose in a production app. We have 5 Nav bar screens. everything was wroking fine on version 1.5.10. I upgraded Compose to 1.6.0 and PreCompose to 1.6.0-RC01 & RC02, when I navigate between these 5 screens the transition is laggy and after maybe 20 - 30 attempts, the app crashes due to high memory usage.
I tried disabling transition animation, it didn't fix the problem.

Test device: iPhone X
PreCompose version: 1.6.0-RC01 & RC02,
Compose version: 1.6.0

Can you confirm that this is the same in Android? Or only in iOS?

Nevermind. It was related to another dependency.
Everything is great. Thank you.