Searched defs:iconPath (Results 1 – 7 of 7) sorted by relevance
56 const iconPath = path.resolve(__dirname, '../../__tests__/fixtures/icon.png'); constant
29 const iconPath = path.resolve(__dirname, '../../../__tests__/fixtures/icon.png'); constant
49 const iconPath = path.resolve(__dirname, './fixtures/icon.png'); constant
36 const iconPath = path.resolve(__dirname, '../../../__tests__/fixtures/icon.png'); constant
234 const iconPath = await Asset.fromModule(child.props.icon).downloadAsync(); constant308 let iconPath: Asset | undefined = undefined; variable
85 const iconPath = path.join(projectRoot, 'assets', 'icon.png'); constant
209 const iconPath = path.resolve(__dirname, './fixtures/icon.png'); constant