GT2/Ejectable/node_modules/react-native-reanimated/ios/native/NativeMethods.h

12 lines
311 B
C
Raw Normal View History

2021-08-16 00:14:59 +00:00
#import <Foundation/Foundation.h>
#import <vector>
#import <string>
#import <React/RCTUIManager.h>
namespace reanimated {
std::vector<std::pair<std::string,double>> measure(int viewTag, RCTUIManager *uiManager);
void scrollTo(int scrollViewTag, RCTUIManager *uiManager, double x, double y, bool animated);
}