NEUROFUSIONInc / fusion

Record changes in health, behavior and brain activity locally on your browser or mobile phone. Discord: https://discord.gg/sqsuzXWE3K
https://usefusion.ai/research
Other
35 stars 8 forks source link

[Mobile] Switch to using SQLite for storage #47

Closed oreHGA closed 1 year ago

oreHGA commented 1 year ago

https://docs.expo.dev/versions/latest/sdk/sqlite/#installation

At the moment, I'm using AsyncStorage - which is pretty much like LocalStorage on the web. Works now but will change in next release

https://github.com/expo/examples/blob/master/with-sqlite/App.js

oreHGA commented 1 year ago

We did it, joe!