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
  • 8,155
  • 15
  • 87
  • 198

1 Answers1

0

install expo-constants package change import to

import Constants from 'expo-constants';

you can use Constants.installationId and not deviceId.

Oleg
  • 3,580
  • 1
  • 7
  • 12