New AnimatedMock don't call animation end callback #25615
Description
This commit (45686c8#diff-35653b5f6360716ec796e5ffdd483841) introduce a mock mode for React Native Animated module. This mode is activated when you build your ios application with the Debug target.
However, we use the onModalShow
and onModalHide
(from react-native-modal) in order to navigate through our application. Those functions are called when the animation's start callback is called. The mock mode doesn't execute the callback and broke the normal behaviour.
I tried some fixes but I can't make it work properly.
Thanks for your help.
--
React Native version:
info
React Native Environment Info:
System:
OS: macOS 10.14.3
CPU: (4) x64 Intel(R) Core(TM) i7-4578U CPU @ 3.00GHz
Memory: 245.47 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 10.13.0 - /usr/local/bin/node
Yarn: 1.15.2 - /usr/local/bin/yarn
SDKs:
iOS SDK:
Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1
Android SDK:
API Levels: 19, 21, 22, 23, 24, 25, 26, 27, 28
Build Tools: 26.0.0, 26.0.1, 26.0.2, 26.0.3, 27.0.0, 27.0.3, 28.0.2, 28.0.3
System Images: android-22 | Google APIs Intel x86 Atom, android-28 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom
IDEs:
Android Studio: 3.4 AI-183.5429.30.34.5452501
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
npmPackages:
react: 16.8.3 => 16.8.3
react-native: 0.59.10 => 0.59.10