crashOnSharedElement

Basic React Native project to reproduce crash on @georstat/react-native-image-cache when using with react-native-shared-element and react-navigation-shared-element.

The crash happens on IOS, I havent tested in android yet.

installation

yarn install; 
cd ios && pod install

running the project

from Xcode: open ios/crashOnSharedElement.xcworkspace and Run