Hi @morrys
You helped me last year set up a connection to AWS Amplify and Apollo using your ApolloClient and ApolloCache in Expo and it's been working well.
However, I'm getting the following errors in production database or disk is full (code 13 SQLITE_FULL[13]), from AsyncStorage.
I thought that maybe they're coming from a different part of the app, but I've mostly ruled that out. Do you think it's likely to be coming from the ApolloCache? Are there any alternatives to using AsyncStorage in React Native (specifically Expo managed)?
Thanks!
Hi @morrys
You helped me last year set up a connection to AWS Amplify and Apollo using your ApolloClient and ApolloCache in Expo and it's been working well.
However, I'm getting the following errors in production
database or disk is full (code 13 SQLITE_FULL[13]), from AsyncStorage.I thought that maybe they're coming from a different part of the app, but I've mostly ruled that out. Do you think it's likely to be coming from the ApolloCache? Are there any alternatives to using
AsyncStoragein React Native (specifically Expo managed)?Thanks!