Quotes app, built with React Native, Redux, SQLite, GraphQL. LOOKING FOR CONTRIBUTORS. More quotes are needed. If anyone has more famous quotes, please write me.
A simple React Native app to show quotes, built with Tinder Cards for React Native!
- Local Cache with SQLite
- Initial SQLite DB file(iOS)
- Initial SQLite DB file(Android)
- Backend
- Sync with Backend(GraphQL)
- Dynamic Categories
- Share with Facebook
- Share with Twitter
You can edit /ios/Quotes/www/quotes.db with DB Browser for SQLite Please note the following for the schemas:
Not ready yet: PRs are welcome!
- quote_id TEXT PRIMARY KEY NOT NULL
- text TEXT
- created INTEGER
- author TEXT
- author_id TEXT PRIMARY KEY NOT NULL
- name TEXT
- title TEXT
- photoUrl TEXT
- created INTEGER