cozy / cozy-flagship-app

GNU Affero General Public License v3.0
9 stars 1 forks source link

Migrate all AsyncStorage direct calls to our storage wrapper #1169

Closed zatteo closed 7 months ago

zatteo commented 8 months ago
### 🔧 Tech

* Migrate all AsyncStorage direct calls to our storage wrapper

Now every react-native-async-storage calls are centralized in our storage wrapper. This is a prerequisite to potentially migrate to react-native-mmkv or another library.

Some cases I encountered

What did I test

Checklist

Before merging this PR, the following things must have been done if relevant: