booker-dragon

Results 5 comments of booker-dragon

In `ReactNativeViewViewConfig`, it has the line `import {Platform} from 'react-native` and this is the reason why the tests failed I changed it to ``` const Platform = require('../../Utilities/Platform') ``` And...

Tried to debug and found that the react tag for the target view is updated For example, we have two views, 115 for source view and 120 for target view...

> Any new insights to this? I have a similar and very weird bug occurring. > > I get no Error messages, so I am assuming that the shared transition...

According to the documentation, shared transition is only available to Native Stack Navigator The transition does not support bottom tab navigator

@bglgwyng I was having same issue, I think the nested navigator only mean the native stack navigator