Hi there, I'd like to use this package v in my react typescript project with devise_token_auth, but since it seems that it has not been maintained for a while, I met some type errors around the generateRequireSignInWrapper and verifyCredentials.
major changes
Upgrade packages
yarn remove @types/react-native -> seems not to be used, and it will conflict with other @types.
Retype Reducer
Use ThunkAction type from redux-thunk
Remove config.strage option. storage.flushGetRequests seems not needed.
Hi there, I'd like to use this package v in my react typescript project with devise_token_auth, but since it seems that it has not been maintained for a while, I met some type errors around the
generateRequireSignInWrapper
andverifyCredentials
.major changes
yarn remove @types/react-native
-> seems not to be used, and it will conflict with other @types.Reducer
ThunkAction
type from redux-thunkstorage.flushGetRequests
seems not needed.