Ildar

Results 6 comments of Ildar

Faced same issue. Demo repo https://github.com/ildarnm/mobx-universal-starter. `npm run build:ssr && npm run serve:ssr` - Compiles your application and spins up a Node Express to serve your Universal application on http://localhost:4000....

Hi @dadalar It looks like adding zIndex(1) for CardView in the card function fixes animation ``` private func card(index: Data.Index, relativeIndex: Int) -> some View { CardView( direction: direction, isOnTop:...

I faced the same bug, but only on iOS. On android, the deep linking works perfectly.

Same problem. Need dragable option.