Tobias Butler
Tobias Butler
I'm also having this issue (exiting animation not working in NativeStackNavigator) and unfortunately it's blocking me from updating to the lates react-native. I'm not good at debugging native code but...
My issue may have actually been related to an issue with a custom exit animation. I was missing initial values. Before: ``` class SlideOutLeft extends ComplexAnimationBuilder { static createInstance() {...
@hwillson I also have a reproduction for this case: https://codesandbox.io/s/qqqzp95vq9 , which I originally posted in this thread https://github.com/apollographql/apollo-client/pull/4237
We ended up working around this by mandating that all recoverable errors (e.g. anything that would show a page/state other than "oops, something went wrong") be represented in the schema...
I'm also affected by this regression. I'm going to try using this as a workaround, taking advantage of the fact that using the native header for the modal route prevents...