Jing Tai Piao

Results 43 comments of 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'

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:...

@sergeymild I found the solution is here: https://github.com/facebook/react-native/issues/31512