error: package android.support.v4.util does not exist, during upgrading from SDK 32 to SDK 33

I’m trying to migrate from expoKit 32 to expoKit 33,

and almost all expo modules such as expo-task-manager, expo-location, expo-sharing throw an error:

error: package android.support.v4.util does not exist

what is the solution for this?

Did you reinstall node_modules?

@sirmong yes, multiple times.

I solved my problem, using jetifier GitHub - mikehardy/jetifier: The jetifier AndroidX transition tool in react-native-friendly npm format

@sirmong Now I can run app on emulator, however, I can’t build release apk, it throws an error: onfiguration with name ‘compileClasspath’ not found.

Thankyou for sharing this. Looking for the soution.