You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
759 B
1 line
759 B
{"ast":null,"code":"export var DEFAULT_TOUCH_SLOP = 15;\nexport var Direction = {\n RIGHT: 1,\n LEFT: 2,\n UP: 4,\n DOWN: 8\n};","map":{"version":3,"mappings":"AAAA,OAAO,IAAMA,kBAAkB,GAAG,EAA3B;AAEP,OAAO,IAAMC,SAAS,GAAG;EACvBC,KAAK,EAAE,CADgB;EAEvBC,IAAI,EAAE,CAFiB;EAGvBC,EAAE,EAAE,CAHmB;EAIvBC,IAAI,EAAE;AAJiB,CAAlB","names":["DEFAULT_TOUCH_SLOP","Direction","RIGHT","LEFT","UP","DOWN"],"sources":["/Users/mathildejean/Documents/BUT/LaSuperMeteo/LaSuperMeteo/iut-expo-starter/node_modules/react-native-gesture-handler/lib/module/web/constants.ts"],"sourcesContent":["export const DEFAULT_TOUCH_SLOP = 15;\n\nexport const Direction = {\n RIGHT: 1,\n LEFT: 2,\n UP: 4,\n DOWN: 8,\n};\n"]},"metadata":{},"sourceType":"module","externalDependencies":[]} |