react-native-async-storage not returning data after await
Im struggling with this library. Ive set the item in shoppingCart
to an empty array. Getting the item should return []
. It doesnt, its like the promise never awaits and resolves. and yes its inside an async function.