Home
last modified time | relevance | path

Searched refs:resourcePath (Results 1 – 18 of 18) sorted by relevance

/expo/docs/scripts/
H A Dresource-specs-sync.mjs21 const resourcePath = 'public/static/resource-specs.json';
23 console.log(`Writing resource specs to ${resourcePath}`);
24 await fs.writeFile(resourcePath, data, { encoding: 'utf8' }, () => {});
/expo/packages/expo-dev-menu/ios/
H A DEXDevMenuAppInfo.m60 NSString *resourcePath = [[NSBundle mainBundle] resourcePath];
61 …NSString *appIconPath = [[resourcePath stringByAppendingString:appIconName] stringByAppendingStrin…
/expo/packages/@expo/metro-config/src/transform-worker/
H A Dpostcss.ts52 resourcePath: filename,
70 resourcePath: file,
73 resourcePath: string;
/expo/packages/@expo/config-plugins/src/android/
H A DPaths.ts128 const resourcePath = await getResourceFolderAsync(projectRoot); constant
130 const filePath = path.join(resourcePath, `${kind}/${name}.xml`);
/expo/packages/@expo/config-plugins/build/android/
H A DPaths.js150 const resourcePath = await getResourceFolderAsync(projectRoot);
151 const filePath = path().join(resourcePath, `${kind}/${name}.xml`);
H A DPaths.js.map1resourcePath"],"sources":["../../src/android/Paths.ts"],"sourcesContent":["import assert from 'ass…
/expo/packages/@expo/metro-config/build/transform-worker/
H A Dpostcss.js79 resourcePath: filename property
93 resourcePath: file, property
H A Dpostcss.js.map1resourcePath","postcss","processor","content","process","file","inputPlugins","map","parser","stri…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/
H A DABI47_0_0RCTImagePrimitivesConversions.h83 urlString = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:urlString]; in NSURLFromImageSource()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/react/renderer/imagemanager/
H A DABI49_0_0RCTImagePrimitivesConversions.h81 urlString = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:urlString]; in NSURLFromImageSource()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/
H A DABI48_0_0RCTImagePrimitivesConversions.h81 urlString = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:urlString]; in NSURLFromImageSource()
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherController.m694 NSString *resourcePath = [[NSBundle mainBundle] resourcePath];
695 …NSString *appIconPath = [[resourcePath stringByAppendingString:appIconName] stringByAppendingStrin…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTUtils.m718 return ABI49_0_0RCTRelativePathForURL([[NSBundle mainBundle] resourcePath], URL);
H A DABI49_0_0RCTConvert.m116 path = [[NSBundle mainBundle].resourcePath stringByAppendingPathComponent:path];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTUtils.m718 return ABI48_0_0RCTRelativePathForURL([[NSBundle mainBundle] resourcePath], URL);
H A DABI48_0_0RCTConvert.m116 path = [[NSBundle mainBundle].resourcePath stringByAppendingPathComponent:path];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTUtils.m718 return ABI47_0_0RCTRelativePathForURL([[NSBundle mainBundle] resourcePath], URL);
H A DABI47_0_0RCTConvert.m116 path = [[NSBundle mainBundle].resourcePath stringByAppendingPathComponent:path];