I know we cannot update the redux state with the response from an async function. But I want to only make an async call and don't require some response back. For example: AsyncStorage.setItem('foo','bar');
in react-native.
Asked
Active
Viewed 45 times
0
-
You should be able to do this. Did you get any errors when you tried it? – Abe Aug 03 '22 at 21:50
-
I was not able to verify that yesterday, now I have verified it. It works. – Mujahid Ali Aug 04 '22 at 06:23