NexsterOrg / nexster

Runtime of all micro services for the Nexster social network.
https://community.nexster.xyz
Other
0 stars 0 forks source link

SqlLite DB handling in React Native #7

Closed NamalSanjaya closed 1 year ago

NamalSanjaya commented 1 year ago

We need to use a DB like SqlLite (good for mobile) to store persistent data in client side. We need to figure out possible implementation for this purpose.