MCPcopy Create free account
hub / github.com/reactnativecn/react-native-update / check-expo-version.js

File check-expo-version.js

scripts/check-expo-version.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const ownPackageJson = require('../package.json');
2
3if (process.env.npm_package_name === ownPackageJson.name) {
4 console.log('Skipping postinstall during local development.');

Callers

nothing calls this directly

Calls 2

checkAndCleanExpoConfigFunction · 0.85
resolveMethod · 0.80

Tested by

no test coverage detected