Uncaught Error: Application main has not been registered after upgrading to SDK 33

Please provide the following:

  1. SDK Version: 33
  2. Platforms(Android/iOS/web/all): Android

Hi,
After upgrading our app to v33 and a couple of OTA updates after that, we have been having some issue reported by customers that they are not able to load the app, and see the error mentioned in the subject. Any feedback would be appreciated! Thanks in advance!

The package.json for your reference :-
“dependencies”: {
@expo/vector-icons”: “^10.0.3”,
“expo”: “^33.0.0”,
“expo-analytics-segment”: “~5.0.1”,
“expo-asset”: “^6.0.0”,
“expo-cli”: “^3.0.6”,
“expo-font”: “~5.0.1”,
“expo-linear-gradient”: “~5.0.1”,
“expo-web-browser”: “~5.0.2”,
“moment”: “^2.19.1”,
“prop-types”: “^15.6.2”,
“react”: “16.8.3”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz”,
“react-native-elements”: “^0.16.0”,
“react-native-fetch-polyfill”: “^1.1.3”,
“react-native-hyperlink”: “^0.0.11”,
“react-native-modal-selector”: “^1.0.3”,
“react-native-platform-touchable”: “^1.1.1”,
“react-native-snap-carousel”: “^3.3.2”,
“react-native-swiper”: “^1.5.4”,
“react-navigation”: “^2.13.0”,
“react-redux”: “^5.0.5”,
“react-test-renderer”: “16.3.1”,
“redux”: “^3.6.0”,
“redux-logger”: “^3.0.6”,
“redux-thunk”: “^2.2.0”,
“sentry-expo”: “~1.13.0”,
“styled-components”: “^2.4.1”,
“tcomb-form-native”: “^0.6.10”
},

Hey @aditi-thistle,

Have you been able to repro the uncaught error that references o.default.config?

Cheers,
Adam

The issue was with one of the OTA updates we did, though it was working fine in dev and also in production on some devices. As soon as I reverted the OTA commit, things started to work fine.

I see. Glad you were able to get things resolved!

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