Expo.secureStore.getItemAsync is undefined is not an object

Now, i have upgraded to expo ‘34’. And while running the app i found the issue ‘undefined is not an object (evaluating ‘Expo.SecureStore.getItemAsync’)’.

Hi! You’re probably importing the module with the old syntax. Make sure you use the import shown in the docs (and then use SecureStore.<methodName> rather than Expo.SecureStore.<methodName>)

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.