Austin Reeve
Austin Reeve
@gilador No luck.
Appears to still be an issue. Anyone have a workaround for using ```createSharedElementStackNavigator();``` and having a modal in that same stack?
I've found you can't use groups but you can still use a modal view add ` ...TransitionPresets.ModalPresentationIOS,` to the screen options Like: ` `
suggestion in [#125](https://github.com/jeremybarbet/react-native-modalize/issues/125) doesn't seem to work
I was able to get it to work by using a `contentRef` ` contentRef?.current?.scrollTo({ x: 0, y: 0, animated: true }); `
Same issue, reverting back to v7 fixed it for me. Looks like something is wrong in v8 for react native
Seeing a high volume of subscribers with the same issue