liinnjohansson / todays-lunch

0 stars 1 forks source link

Store state for liked bistros #34

Closed liinnjohansson closed 3 years ago

liinnjohansson commented 3 years ago

When a bistro is liked, that state should be stored for later, so it is there if the user returns later on. Look up how to store a state locally in React Native, Secure Store, (similar to Local Storage in web-applications).