We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9ff8c commit e848d11Copy full SHA for e848d11
packages/react-native-version-check-expo/src/ExpoVersionInfo.js
@@ -11,7 +11,7 @@ if (process.env.RNVC_ENV === 'test') {
11
currentVersion: '0.0.1',
12
};
13
} else {
14
- const { manifest = {} } = Constants;
+ const manifest = Constants.manifest ? Constants.manifest : Constants.manifest2.extra.expoClient;
15
const {
16
version = null,
17
android: { versionCode = null, package: androidPackageName = null } = {},
0 commit comments