| /expo/docs/scripts/ |
| H A D | resource-specs-sync.mjs | 21 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 D | EXDevMenuAppInfo.m | 60 NSString *resourcePath = [[NSBundle mainBundle] resourcePath]; 61 …NSString *appIconPath = [[resourcePath stringByAppendingString:appIconName] stringByAppendingStrin…
|
| /expo/packages/@expo/metro-config/src/transform-worker/ |
| H A D | postcss.ts | 52 resourcePath: filename, 70 resourcePath: file, 73 resourcePath: string;
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Paths.ts | 128 const resourcePath = await getResourceFolderAsync(projectRoot); constant 130 const filePath = path.join(resourcePath, `${kind}/${name}.xml`);
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Paths.js | 150 const resourcePath = await getResourceFolderAsync(projectRoot); 151 const filePath = path().join(resourcePath, `${kind}/${name}.xml`);
|
| H A D | Paths.js.map | 1 …resourcePath"],"sources":["../../src/android/Paths.ts"],"sourcesContent":["import assert from 'ass…
|
| /expo/packages/@expo/metro-config/build/transform-worker/ |
| H A D | postcss.js | 79 resourcePath: filename property 93 resourcePath: file, property
|
| H A D | postcss.js.map | 1 …resourcePath","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 D | ABI47_0_0RCTImagePrimitivesConversions.h | 83 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 D | ABI49_0_0RCTImagePrimitivesConversions.h | 81 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 D | ABI48_0_0RCTImagePrimitivesConversions.h | 81 urlString = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:urlString]; in NSURLFromImageSource()
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | EXDevLauncherController.m | 694 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 D | ABI49_0_0RCTUtils.m | 718 return ABI49_0_0RCTRelativePathForURL([[NSBundle mainBundle] resourcePath], URL);
|
| H A D | ABI49_0_0RCTConvert.m | 116 path = [[NSBundle mainBundle].resourcePath stringByAppendingPathComponent:path];
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/ |
| H A D | ABI48_0_0RCTUtils.m | 718 return ABI48_0_0RCTRelativePathForURL([[NSBundle mainBundle] resourcePath], URL);
|
| H A D | ABI48_0_0RCTConvert.m | 116 path = [[NSBundle mainBundle].resourcePath stringByAppendingPathComponent:path];
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTUtils.m | 718 return ABI47_0_0RCTRelativePathForURL([[NSBundle mainBundle] resourcePath], URL);
|
| H A D | ABI47_0_0RCTConvert.m | 116 path = [[NSBundle mainBundle].resourcePath stringByAppendingPathComponent:path];
|