Root-App / react-native-mock-render

a fork of react-native-mock that renders
MIT License
85 stars 50 forks source link

src/api/Animated/AnimatedImplementation.js doesn't export delay #73

Open tomisavolainen opened 5 years ago

tomisavolainen commented 5 years ago
const AnimatedImplementation = {
  Value: AnimatedValue,
  ValueXY: AnimatedValueXY,
  decay,
  timing,
  spring,
  subtract,
  add,
  multiply,
  sequence,
  parallel,
  stagger,
  event,

  ...testingMethods,
  __PropsOnlyForTests: AnimatedProps,
  __Animated: Animated,
  __Animation: Animation,
  __AnimatedWithChildren: AnimatedWithChildren,
  __AnimatedStyle: AnimatedStyle,
};

There should be delay function also