You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to go about adding and retrieving data to storage, with AsyncStorage.
I just noticed there weren't any examples highlighting how to use AsyncStorage with Ignite.
A simple example to demonstrate this:
Habit Card: That contains the habit text, tracks whether the user has completed that habit for the day, and their streak.
Habits List: A collection that contains all the habits to loop through.
The recipe would show how to add that data to storage, and then how to display it to the user.
The text was updated successfully, but these errors were encountered:
Describe your recipe idea
How to go about adding and retrieving data to storage, with AsyncStorage.
I just noticed there weren't any examples highlighting how to use AsyncStorage with Ignite.
A simple example to demonstrate this:
Habit Card: That contains the habit text, tracks whether the user has completed that habit for the day, and their streak.
Habits List: A collection that contains all the habits to loop through.
The recipe would show how to add that data to storage, and then how to display it to the user.
The text was updated successfully, but these errors were encountered: