// Copyright 2004-present Facebook. All Rights Reserved. #import typedef NS_ENUM(NSInteger, RCTAnimationType) { RCTAnimationTypeSpring = 0, RCTAnimationTypeLinear, RCTAnimationTypeEaseIn, RCTAnimationTypeEaseOut, RCTAnimationTypeEaseInEaseOut, };