Searched refs:moduleSpecs (Results 1 – 1 of 1) sorted by relevance
68 const moduleSpecs = await _getExpoModuleSpecsAsync();69 const code = `module.exports = ${JSON.stringify(moduleSpecs, replacer)};`;71 this.setState({ moduleSpecs: code }); property98 <Button onPress={() => setStringAsync(this.state.moduleSpecs)} title="Copy to clipboard" />