I am getting access token after login and I want to assign that token to authorization in headers in my App.js I am using async storage to store the access toke
I am trying to save the passing screen after a user that is logged in, has passed the test. And that passing screen is saved even after the app is completely cl
I am new to react native, bear with me. when i click on categories(A) i navigate to new screen containing different subcategories(B) i am using get token on thi
In my react native app I am trying to save data into my local storage. It works fine most of the time but sometime I get error while setting the item. So here i