Home
last modified time | relevance | path

Searched refs:createReactNativeMatcher (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/metro-config/build/transformer/
H A DcreateMatcher.js8 exports.createReactNativeMatcher = void 0;
20 const createReactNativeMatcher = ({ function
26 exports.createReactNativeMatcher = createReactNativeMatcher;
H A DcreateMatcher.d.ts5 export declare const createReactNativeMatcher: ({ folders }: {
H A DcreateExoticTransformer.js96 test: (0, _createMatcher().createReactNativeMatcher)({
H A DcreateMatcher.js.map1createReactNativeMatcher","exports","createExpoMatcher","createKnownCommunityMatcher"],"sources":[…
H A DcreateExoticTransformer.js.map1createReactNativeMatcher","reactNativeModule","createExpoMatcher","expoModule","createKnownCommuni…
/expo/packages/@expo/metro-config/src/transformer/
H A DcreateExoticTransformer.ts8 createReactNativeMatcher,
80 test: createReactNativeMatcher({ folders: nodeModulesPaths }),
H A DcreateMatcher.ts20 export const createReactNativeMatcher = ({ folders }: { folders?: string[] }) => constant