alexanderkrust
Results
1
comments of
alexanderkrust
What helped me kinda fixing my shared-elements on android is posted here [#130](https://github.com/IjzerenHein/react-navigation-shared-element/issues/130). For android i use the enableScreens function. ```javascript import {enableScreens} from 'react-native-screens'; if (Platform.OS === 'ios') {...