React native – Custom useAsyncStorage Hook Error: Passing null/undefined as value is not supported
this is my first time trying a custom AsyncStorage Hook for a project, but I keep getting this LOG Error: Error: [AsyncStorage] Passing null/undefined as value is not supported. If you want to remove value, Use .removeItem method instead. Passed…