react-native-navigation的迁移库

AnimatedReactView.h 414B

12345678910111213141516
  1. #import "RNNViewLocation.h"
  2. #import "SharedElementTransitionOptions.h"
  3. @interface AnimatedReactView : UIView
  4. @property (nonatomic, strong) RNNViewLocation* location;
  5. @property (nonatomic, strong) UIView* reactView;
  6. - (NSNumber *)reactZIndex;
  7. - (instancetype)initElement:(UIView*)element toElement:(UIView *)toElement transitionOptions:(SharedElementTransitionOptions *)transitionOptions;
  8. - (void)reset;
  9. @end