I have a Expo React Native app using Expo SDK 49.
I updated to Expo SDK 50 and made no other changes than those packages recommended.
I get the following error:
Cannot find native module ‘ExpoApplication’, js engine: hermes
When I have this code:
import * as Application from "expo-application";
…
<AboutText
label="Native build version"
info={Application.nativeBuildVersion}
></AboutText>`
I have re-installed and I have this in package.json
"expo": "50",
"expo-application": "~5.8.4",
Any suggestions?