Warning export 'getManifest2' was not found in './PlatformUtils'

Expo-CLI: 5.0.3
EAS-CLI: 0.43.0
Node: v16.6.1
SDK: 0.44
Platforms: web, Android

    "expo": "^44.0.0",
    "expo-app-loading": "~1.3.0",
    "expo-asset": "~8.4.5",
    "expo-constants": "~13.0.0",
    "expo-linking": "~3.0.0",
    "expo-status-bar": "~1.2.0",
    "expo-store-review": "~5.1.0",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "react-native": "0.64.3",
    "react-native-web": "0.17.1",
    "expo-updates": "~0.11.3"

On old Classic EXPO Build with SDK 42 there was no such message before. It appeared after migrating to SDK 0.44 and start using EAS build.

During starting local expo start --web there is a warning in console:

Warning
./node_modules/expo-asset/build/AssetSources.js:78:20
"export 'getManifest2' was not found in './PlatformUtils'
  76 | 
  77 |   // For assets during development using manifest2, we use the development server's URL origin
> 78 |   const manifest2 = getManifest2();
     |                    ^
  79 | 
  80 |   if (manifest2?.extra?.expoGo?.developer) {
  81 |     const baseUrl = new URL(`http://${manifest2.extra.expoGo.debuggerHost}`);

Is it bug or need to configure something?

Expo team, are you alive?

hi there! you may have better luck searching for such errors on github issues: Web: Upgrading from 44.0.0 to 44.0.1 results in error: export 'getManifest2' was not found in './PlatformUtils' · Issue #15714 · expo/expo · GitHub

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.