{"id":13989777,"url":"https://github.com/haikyuu/react-native-feed","last_synced_at":"2025-10-25T11:03:43.065Z","repository":{"id":14690323,"uuid":"76869084","full_name":"haikyuu/react-native-feed","owner":"haikyuu","description":"News feed built with react-native, apollo-client and graphql \u0026 powered by postgraphql","archived":false,"fork":false,"pushed_at":"2022-05-16T17:22:36.000Z","size":2117,"stargazers_count":99,"open_issues_count":13,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-11T18:41:38.568Z","etag":null,"topics":["apollo-client","graphql","postgraphql","react-native"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haikyuu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["haikyuu"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2016-12-19T14:30:47.000Z","updated_at":"2024-01-09T15:21:12.000Z","dependencies_parsed_at":"2022-07-29T21:09:27.865Z","dependency_job_id":null,"html_url":"https://github.com/haikyuu/react-native-feed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haikyuu/react-native-feed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haikyuu%2Freact-native-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haikyuu%2Freact-native-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haikyuu%2Freact-native-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haikyuu%2Freact-native-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haikyuu","download_url":"https://codeload.github.com/haikyuu/react-native-feed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haikyuu%2Freact-native-feed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280943396,"owners_count":26417747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apollo-client","graphql","postgraphql","react-native"],"created_at":"2024-08-09T13:02:03.448Z","updated_at":"2025-10-25T11:03:43.049Z","avatar_url":"https://github.com/haikyuu.png","language":"JavaScript","funding_links":["https://github.com/sponsors/haikyuu"],"categories":["JavaScript","Index"],"sub_categories":["Apollo React Native"],"readme":"# React-native Feed\n\nAn experimental feed app built with react-native.\n\n## Screenshot\n\n![Screenshot](screenshot.png?raw=true \"Feed Screenshot\")\n\n## Getting Started\n\nThese instructions will get you up and running.🏃\n\n### Prerequisites\n\nYou'll need a running🏃 [postgresql](https://www.postgresql.org/download/) database\nCheck this awesome [guide](https://github.com/calebmer/postgraphql/blob/master/examples/forum/TUTORIAL.md#installation)\n\n### Installing\nCreate the database\n```\ncreatedb feed\npsql feed \u003c database.sql\n```\nInstall everything. (You should try [yarn](https://yarnpkg.com/))\n```\nnpm install -g postgraphql\nnpm install\n```\nRuuun : 🏃🏃🏃\n```\npostgraphql -c postgres://localhost:5432/feed --watch\nreact-native run-ios\n#or\nreact-native run-android\n```\n\nImage upload won't work out of the box (the body parser of the node.js server has a default size limit of `100kb`), you'll need to change that:\n- Find where postgraphql was installed :\n```\nnpm bin -g\ncd to the given location\n#you'll find a symlink to postgraphql\ncd to the original folder\n```\n\n- [Change `src/postgraphql/http/createPostGraphQLHttpRequestHandler.js` ](https://github.com/calebmer/postgraphql/pull/285/files) and include `limit: '50mb'` in the `bodyparser` options. [Check this](https://github.com/calebmer/postgraphql/pull/285/files)\n\n## Built With\n\n* [react-native](https://facebook.github.io/react-native/)\n* [apollo-client](http://dev.apollodata.com/) - The **awesome** graphql client\n* [graphql](http://graphql.org/)\n* [postgresql](https://www.postgresql.org/)\n* [postgraphql](https://github.com/calebmer/postgraphql) - The **amazing** Graphql API creator.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaikyuu%2Freact-native-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaikyuu%2Freact-native-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaikyuu%2Freact-native-feed/lists"}