{"id":13989741,"url":"https://github.com/infinitered/ChainReactApp2017","last_synced_at":"2025-07-22T11:31:47.880Z","repository":{"id":66219365,"uuid":"88288783","full_name":"infinitered/ChainReactApp2017","owner":"infinitered","description":"The official Chain React Conf 2017 App","archived":true,"fork":false,"pushed_at":"2018-02-13T15:49:07.000Z","size":122486,"stargazers_count":435,"open_issues_count":0,"forks_count":111,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-11-29T09:38:56.634Z","etag":null,"topics":["chainreact","conference","react-native","redux","redux-saga"],"latest_commit_sha":null,"homepage":"https://infinite.red/ChainReactConf/2017","language":"JavaScript","has_issues":false,"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/infinitered.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-04-14T17:33:17.000Z","updated_at":"2024-10-08T10:19:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9f6c360-a8df-4977-88a2-6620a0e356b6","html_url":"https://github.com/infinitered/ChainReactApp2017","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/infinitered/ChainReactApp2017","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinitered%2FChainReactApp2017","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinitered%2FChainReactApp2017/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinitered%2FChainReactApp2017/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinitered%2FChainReactApp2017/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infinitered","download_url":"https://codeload.github.com/infinitered/ChainReactApp2017/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinitered%2FChainReactApp2017/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266483730,"owners_count":23936405,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["chainreact","conference","react-native","redux","redux-saga"],"created_at":"2024-08-09T13:02:01.455Z","updated_at":"2025-07-22T11:31:42.869Z","avatar_url":"https://github.com/infinitered.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"#  ChainReactApp\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)\n\n[![marketing_image](./_art/marketing.jpg)](https://itunes.apple.com/us/app/chain-react-conf/id1239112816?mt=8)\n\n* Standard compliant React Native App Utilizing [Ignite](https://github.com/infinitered/ignite)\n\n## :arrow_up: How to Setup\n\n**Step 1:** git clone this repo:\n\n**Step 2:** cd to the cloned repo:\n\n**Step 3:** Install the Application with `yarn`\n\n\n## :arrow_forward: How to Run App\n\n1. cd to the repo\n2. Run Build for either OS\n  * for iOS\n    * run `react-native run-ios`\n  * for Android\n    * Run Genymotion\n    * run `react-native run-android`\n\n## How to deploy app\n\nIf you're lucky enough to see https://github.com/GantMan/ChainReact-Keys2Kingdom then you now have access to ALL the magic that is needed to deploy this app on every platform/medium it is available.\n\n## :no_entry_sign: Standard Compliant\n\n[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)\nThis project adheres to Standard.  Our CI enforces this, so we suggest you enable linting to keep your project compliant during development.\n\n**To Lint on Commit**\n\nThis is implemented using [ghooks](https://github.com/gtramontina/ghooks). There is no additional setup needed.\n\n**Bypass Lint**\n\nIf you have to bypass lint for a special commit that you will come back and clean (pushing something to a branch etc.) then you can bypass git hooks with adding `--no-verify` to your commit command.\n\n**Understanding Linting Errors**\n\nThe linting rules are from JS Standard and React-Standard.  [Regular JS errors can be found with descriptions here](http://eslint.org/docs/rules/), while [React errors and descriptions can be found here](https://github.com/yannickcr/eslint-plugin-react).\n\n## :closed_lock_with_key: Secrets\n\nThis project uses [react-native-config](https://github.com/luggit/react-native-config) to expose config variables to your javascript code in React Native. You can store API keys\nand other sensitive information in a `.env` file:\n\n```\nAPI_URL=https://myapi.com\nGOOGLE_MAPS_API_KEY=abcdefgh\n```\n\nand access them from React Native like so:\n\n```\nimport Secrets from 'react-native-config'\n\nSecrets.API_URL  // 'https://myapi.com'\nSecrets.GOOGLE_MAPS_API_KEY  // 'abcdefgh'\n```\n\nThe `.env` file is ignored by git keeping those secrets out of your repo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinitered%2FChainReactApp2017","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfinitered%2FChainReactApp2017","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinitered%2FChainReactApp2017/lists"}