Install expo-secure-store
"`expo-secure-store` provides a way to encrypt and securely store key–value pairs locally on the device. Each Expo project has a separate storage system and has no access to the storage of other Expo projects." This is important so that I adhere with relevant privacy and cyber security standards. I need to utilise this package to keep resources such as my clerk public key safe. Relevant documentation can be found here: https://docs.expo.dev/versions/latest/sdk/securestore/
issue