Searched refs:stringsPath (Results 1 – 2 of 2) sorted by relevance
29 const stringsPath = '/app/android/app/src/main/res/values/strings.xml'; constant30 let stringsJSON = await readResourcesXMLAsync({ path: stringsPath });68 const stringsPath = '/app/android/app/src/main/res/values/strings.xml'; constant69 const stringsJSON = await readResourcesXMLAsync({ path: stringsPath });70 await writeXMLAsync({ path: stringsPath, xml: stringsJSON });71 expect(await fs.promises.readFile(stringsPath, 'utf-8')).toBe(example);
233 const stringsPath = '/app/android/app/src/main/res/values/strings.xml'; constant234 const stringsJSON = await readResourcesXMLAsync({ path: stringsPath });