1

enter image description here

I received below message after upgrade my expo project from sdk 33 to 34. I have no idea where this issue is from. Does anyone have this error before.

LittleFunny
  • 7,205
  • 11
  • 71
  • 166

1 Answers1

0

install expo-constants package change import to

import Constants from 'expo-constants';

you can use Constants.installationId and not deviceId.

Oleg
  • 2,915
  • 1
  • 4
  • 8