Storage
Storage
The starter comes with a simple storage module that uses react-native-mmkv to store data in a key-value format. We also added a simple storage utility to assist you in using the storage module.
The react-native-mmkv
library provides various features such as using hooks and adding encryption to stored data. Feel free to check the official docs for more information.