Redux Toolkit and React Native Async storage
I am trying to store the token in local storage (react-native-async-storage). I have done setting up the create slice and need to store the token, since storing and retrieving is an async process where to keep the logic, I know we cannot keep the async logic inside the createslice.