{"id":17600563,"url":"https://github.com/nbkhope/getting-started-react-native","last_synced_at":"2025-04-30T07:06:23.293Z","repository":{"id":70182561,"uuid":"61329030","full_name":"nbkhope/getting-started-react-native","owner":"nbkhope","description":"Getting started with React Native for mobile development","archived":false,"fork":false,"pushed_at":"2019-12-25T19:58:09.000Z","size":646,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-30T07:06:15.813Z","etag":null,"topics":["react-native"],"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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nbkhope.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-16T22:10:58.000Z","updated_at":"2017-11-12T01:20:22.000Z","dependencies_parsed_at":"2023-02-21T19:30:28.944Z","dependency_job_id":null,"html_url":"https://github.com/nbkhope/getting-started-react-native","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbkhope%2Fgetting-started-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbkhope%2Fgetting-started-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbkhope%2Fgetting-started-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbkhope%2Fgetting-started-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbkhope","download_url":"https://codeload.github.com/nbkhope/getting-started-react-native/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251658208,"owners_count":21622819,"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","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":["react-native"],"created_at":"2024-10-22T11:24:20.087Z","updated_at":"2025-04-30T07:06:23.285Z","avatar_url":"https://github.com/nbkhope.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# getting-started-react-native\n\nGetting started with React Native for mobile development\n\n![Readme Screenshot](screenshots/readme_screenshot.png)\n\n## Presentation Slides\n\n[Click here](https://docs.google.com/presentation/d/1fQMSvoDdO-2ZY1dfsJRbrt3V3pcIKbQPt9OdgpZZL58/edit?usp=sharing)\n\n## Quick Guide (iOS on Mac OS X)\n\nYou will need to have Brew and Xcode already installed. Make sure to also have the Chrome browser installed.\n\n```\n# Install Node.js\nbrew install node\n\n# Install Watchman\nbrew install watchman\n\n# Install React Native Comand Line Tools\nnpm install -g react-native-cli\n```\n\nI suggest you use [Atom](https://atom.io/) instead of Sublime due to better syntax highlighting for JavaScript.\n\nNow, you can create a new project:\n\n```\nreact-native init MyProject\n\n# Go to the project directory and run it\ncd MyProject\nreact-native run-ios\n```\n\nThe entry point for your app will be in the file `index.ios.js`\n\n### Note: running the finished MyProject example in this repository\n\nIf you wish to run the example app in this repository without creating your own project, **cd** to MyProject and run\n\n```\nnpm install\n```\n\nThat will install all the package dependencies necessary for the app. Then, follow the instructions above to call `react-native run-ios`.\n\n## Step-By-Step Guide (Building First App)\n\n[Click here](GUIDE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbkhope%2Fgetting-started-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbkhope%2Fgetting-started-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbkhope%2Fgetting-started-react-native/lists"}