resonatecoop / mobile

A mobile app for playing music on Resonate, an open source music streaming co-op; built with TypeScript and React Native
GNU General Public License v3.0
15 stars 2 forks source link

Use mmkv for storage #34

Open peterklingelhofer opened 2 years ago

peterklingelhofer commented 2 years ago

mmkv should be a lot better than AsyncStorage, faster and synchronous.

Full list of options here.