mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-06-15 02:19:30 +08:00
10 lines
277 B
Objective-C
10 lines
277 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <React/RCTUIManager.h>
|
|
|
|
@interface REATransitionManager : NSObject
|
|
|
|
- (instancetype)initWithUIManager:(RCTUIManager *)uiManager;
|
|
- (void)animateNextTransitionInRoot:(nonnull NSNumber *)reactTag withConfig:(NSDictionary *)config;
|
|
|
|
@end
|