Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/react-native-gesture-handler/apple/RNGestureHandlerDirection.h
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

9 lines
241 B
Objective-C

#import <Foundation/Foundation.h>
typedef NS_ENUM(NSInteger, RNGestureHandlerDirection) {
RNGestureHandlerDirectionRight = 1,
RNGestureHandlerDirectionLeft = 2,
RNGestureHandlerDirectionUp = 4,
RNGestureHandlerDirectionDown = 8,
};