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.
Asked
Active
Viewed 334 times
1
-
Hello i have the same issue, did you find how to fix it? Thanks! – Michael Rasoahaingo Sep 20 '19 at 11:33
1 Answers
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