Home
last modified time | relevance | path

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

/expo/apps/jest-expo-mock-generator/
H A DApp.js68 const moduleSpecs = await _getExpoModuleSpecsAsync();
69 const code = `module.exports = ${JSON.stringify(moduleSpecs, replacer)};`;
71 this.setState({ moduleSpecs: code }); property
98 <Button onPress={() => setStringAsync(this.state.moduleSpecs)} title="Copy to clipboard" />