Expo React Native app. Error using expo-secure-store methods [The method or property SecureStore.setItemAsync is not available on ios]
I've followed expo documentation to include this library to my expo managed react native application. SecureStore I am using: expo: 44.0.5 react-native: 0.64.3 (SDK 44) expo-secure-store: 11.1.0 expo-dev-client: 0.8.6 react & react-dom 18.0.0 typescript In my App.tsx: import 'expo-dev-client' import…