RealOrangeOne / react-native-mock

A fully mocked and test-friendly version of react native (maintainers wanted)
MIT License
570 stars 153 forks source link

Animated Delay is not exported #163

Open gregorskii opened 5 years ago

gregorskii commented 5 years ago

On:

https://github.com/RealOrangeOne/react-native-mock/blob/4c33a4de618b7a3c4cb8922884ae5dd7cc4218bf/src/api/Animated/AnimatedImplementation.js#L1162

Results in:

Error: Uncaught [TypeError: _reactNative.Animated.delay is not a function]
gregorskii commented 5 years ago

Working on how to run my fork locally, but the error in my code is gone with this PR.