Jing Tai Piao
Jing Tai Piao
Not sure if it is related to repace or hermes. it works if I disable hermes. but it would be good to support '.mjs'
Same here!
As a workaround, I am using when detail screen enters in ``` useFocusEffect( React.useCallback(() => { const task = InteractionManager.runAfterInteractions(() => { // rotate animation }); return () => task.cancel();...
Here is my workaround: 1. Make a substitute exact same image with position 'absolute' to cover the shared element. 2. Use following snippet to hide the substitution during the transition:...
any update? Just realise this is caused by react native 0.63 +
@sergeymild I found the solution is here: https://github.com/facebook/react-native/issues/31512
I am facing same problem.