{"id":16419445,"url":"https://github.com/devmahmud/react-native-v2","last_synced_at":"2026-03-18T19:32:10.490Z","repository":{"id":103954909,"uuid":"515138471","full_name":"devmahmud/react-native-v2","owner":"devmahmud","description":"Building mobile applications with react-native.","archived":false,"fork":false,"pushed_at":"2022-08-22T09:17:57.000Z","size":18960,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-18T10:04:10.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/devmahmud.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-18T10:32:54.000Z","updated_at":"2023-03-08T20:50:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0ba601a-d3c6-4714-a869-9cbdd3a05051","html_url":"https://github.com/devmahmud/react-native-v2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devmahmud/react-native-v2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2Freact-native-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2Freact-native-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2Freact-native-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2Freact-native-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmahmud","download_url":"https://codeload.github.com/devmahmud/react-native-v2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2Freact-native-v2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30041280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T10:28:37.494Z","status":"ssl_error","status_checked_at":"2026-03-03T10:28:28.686Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2024-10-11T07:24:23.981Z","updated_at":"2026-03-03T10:31:45.569Z","avatar_url":"https://github.com/devmahmud.png","language":null,"readme":"# React Native v2\n\nBuilding mobile applications with react-native.\n\nThis course is originally taken by [Kadi](https://github.com/kadikraman), senior software engineer at [Formidable](https://formidable.com/).\n\n## Table of Contents\n\n- Introduction\n   1. [Welcome](src/01.welcome.md)\n   2. [About React Native](src/02.about-rn.md)\n   3. [Should you use Expo or plain React Native?](src/03.expo-vs-rn.md)\n\n- Setup\n   1. [\\[Expo\\] Getting started with Expo](src/04.getting-started-with-expo.md)\n   2. [\\[RN\\] Getting started with plain React Native](src/05.getting-started-with-plain-rn.md)\n   3. [Adding a linter](src/06.adding-linter.md)\n   4. [Debugging](src/07.debugging.md)\n\n- Basic components\n   1. [Basic React Native components](./src/08.basic-rn-components.md)\n   2. [Styling](./src/09.styling.md)\n   3. [Styling Exercise 📝](./src/10.styling-exercise.md)\n   4. [Styling Exercise Solution 👀](./src/11.styling-solution.md)\n   5. [Components](./src/12.components.md)\n   6. [Lists](./src/13.lists.md)\n   7. [Lists Exercise 📝](./src/14.lists-exercise.md)\n   8. [Lists Exercise Solution 👀](./src/15.lists-exercise-solution.md)\n\n- Navigation\n   1. [Navigation Intro](./src/16.navigation-intro.md)\n   2. [[Expo] Adding navigation with Expo](./src/17.adding-navigation-expo.md)\n   3. [[RN] Adding navigation with plain React Native](./src/18.adding-navigation-plain-rn.md)\n   4. [Adding Navigation](./src/19.adding-navigation.md)\n   5. [Navigation Exercise 📝](./src/20.navigation-exercise.md)\n   6. [Navigation Exercise Solution 👀](./src/21.navigation-exercise-solution.md)\n\n- Hooks and Network Requests\n  1. [useState, useCallback, useEffect](./src/22.hooks.md)\n  2. [Network Requests Exercise 📝](./src/23.network-request-exercise.md)\n  3. [Network Requests Exercise Solution 👀](./src/24.network-request-ex-solution.md)\n  4. [Pull to refresh](./src/25.pull-to-refresh.md)\n\n- Forms\n  1. [Overview of Forms in React Native](./src/26.forms-overview.md)\n  2. [Opening a full screen modal](./src/27.full-screen-modal.md)\n  3. [Form exercise 📝](./src/28.form-exercise.md)\n  4. [Form exercise solution 👀](./src/29.form-exercise-solution.md)\n\n- Conclusion\n  1. [Wrapping up](./src/30.wrapping-up.md)\n\n- Extra Credit\n  1. [[Expo] Ejecting from Expo](./src/31.ejecting-from-expo.md)\n  2. [Platform Specific Code](./src/32.platform-specific-code.md)\n  3. [Security](./src/33.security.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmahmud%2Freact-native-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmahmud%2Freact-native-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmahmud%2Freact-native-v2/lists"}