Home
last modified time | relevance | path

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

/expo/tools/src/vendoring/config/
H A DexpoGoConfig.ts90 const reaUtilsPath = path.join(podspecPath, '..', 'scripts', 'reanimated_utils.rb'); constant
91 assert(fs.existsSync(reaUtilsPath), 'Cannot find `reanimated_utils`.');
93 let content = await fs.readFile(reaUtilsPath, 'utf-8');
98 await fs.writeFile(reaUtilsPath, content);