bartonhammond / snowflake

:snowflake: A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku
http://bartonhammond.github.io/snowflake/snowflake.js.html
MIT License
4.59k stars 614 forks source link

Backend Server #188

Open Rahuldiff opened 7 years ago

Rahuldiff commented 7 years ago

First of all thank you for this amazing app and I am completely new to react native and android. As in my client requirement, it is necessary to use sqlite for local storage. So is it possible to integrate the same to this awesome package instead of the default defined?

bartonhammond commented 7 years ago

You would have to do this in your own project - I won't be addressing this to the current Snowflake. You might want to look at https://github.com/andpor/react-native-sqlite-storage. There are also some examples available. Good luck

Rahuldiff commented 7 years ago

Thank you for your reply @bartonhammond and what I am asking is should it possible to integrate sqlite into snowflake? I really like to work with it.