Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
ownPackageJson = require(
'../package.json'
);
2
3
if
(process.env.npm_package_name === ownPackageJson.name) {
4
console.log(
'Skipping postinstall during local development.'
);
Callers
nothing calls this directly
Calls
2
checkAndCleanExpoConfig
Function · 0.85
resolve
Method · 0.80
Tested by
no test coverage detected