This storage option is useful for saving simple info on the device, especially helpful for remembering user's setting from a previous session.
{% hint style="info" %} You can now use stored variables instead of adding a Local Storage component. This will work the same way in the background but will save you a lot of blocks. {% endhint %}
To save data locally to your phone, simple name a key
to store a value
under. If you have a previous value
in your key
, saving it will override that value