{"id":35148854,"url":"https://github.com/codebar/intro-to-react-native","last_synced_at":"2026-05-18T20:01:59.335Z","repository":{"id":38959873,"uuid":"187868647","full_name":"codebar/intro-to-react-native","owner":"codebar","description":"Materials for codebar's Intro to React Native workshop","archived":false,"fork":false,"pushed_at":"2023-01-03T22:35:03.000Z","size":2040,"stargazers_count":3,"open_issues_count":17,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-10T06:25:40.150Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codebar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-21T15:46:41.000Z","updated_at":"2020-04-10T00:31:03.000Z","dependencies_parsed_at":"2022-08-26T02:11:18.838Z","dependency_job_id":null,"html_url":"https://github.com/codebar/intro-to-react-native","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codebar/intro-to-react-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebar%2Fintro-to-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebar%2Fintro-to-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebar%2Fintro-to-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebar%2Fintro-to-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebar","download_url":"https://codeload.github.com/codebar/intro-to-react-native/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebar%2Fintro-to-react-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33189279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-28T14:48:56.005Z","updated_at":"2026-05-18T20:01:59.329Z","avatar_url":"https://github.com/codebar.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React native workshop\n\n## Pre-requisites\n\nSet up the environment:\n\n```\nbrew install node\nbrew install watchman\nnpm install -g yarn\n```\n\nThen install react native:\n\n```\nnpm install -g react-native-cli\n```\n\n#### To run iOS\n\nYou'll need to have a macbook with an up-to-date version of XCode installed.\n\n#### To run Android\n\nYou can run Android on any platform, including Windows and Linux.\n\nDownload [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) and [Android studio](https://developer.android.com/studio/index.html) (make sure you install SDK 9 wheen installing Android studio).\n\nThen add these variables to your `.bash_profile`:\n\n```\nexport ANDROID_HOME=$HOME/Library/Android/sdk\nexport PATH=$PATH:$ANDROID_HOME/emulator\nexport PATH=$PATH:$ANDROID_HOME/tools\nexport PATH=$PATH:$ANDROID_HOME/tools/bin\nexport PATH=$PATH:$ANDROID_HOME/platform-tools\n```\n\n## Does it work?\n\nCheck out this repository, install dependencies, and start the app:\n\n```\ngit clone git@github.com:codebar/intro-to-react-native.git\ncd ./intro-to-react-native\nyarn\nyarn react-native run-ios (or) yarn react-native run-android\n```\n\n#### Any issues?\n\nIf you find any issues setting up, check out the react native [installation guide](https://facebook.github.io/react-native/docs/getting-started). If you still feel stuck, get in touch with Kim Cook or Anna Doubkova at the Codebar slack.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebar%2Fintro-to-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebar%2Fintro-to-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebar%2Fintro-to-react-native/lists"}