{"id":19298798,"url":"https://github.com/devinceble/books","last_synced_at":"2025-11-17T02:01:52.228Z","repository":{"id":71204988,"uuid":"114597189","full_name":"devinceble/Books","owner":"devinceble","description":"Books - A repository for Introduction to cross platform native mobile app using React Native. API: https://goo.gl/dcJszC","archived":false,"fork":false,"pushed_at":"2017-12-27T15:20:32.000Z","size":218,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T01:15:44.087Z","etag":null,"topics":["react-native","react-native-app","tutorial","tutorials"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/devinceble.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":"2017-12-18T04:53:02.000Z","updated_at":"2017-12-20T13:16:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e3c22d3-a0f7-425f-a221-f5c2fd2ae3a0","html_url":"https://github.com/devinceble/Books","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devinceble/Books","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinceble%2FBooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinceble%2FBooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinceble%2FBooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinceble%2FBooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devinceble","download_url":"https://codeload.github.com/devinceble/Books/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinceble%2FBooks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284807785,"owners_count":27066464,"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-11-17T02:00:06.431Z","response_time":55,"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":["react-native","react-native-app","tutorial","tutorials"],"created_at":"2024-11-09T23:09:09.640Z","updated_at":"2025-11-17T02:01:52.188Z","avatar_url":"https://github.com/devinceble.png","language":"JavaScript","readme":"## Introduction to cross platform native mobile app using React Native\n\n*** Source Code: https://git.io/vbiLi ***\n\n### Creating Books React Native Project\n\n    Objectives:\n    [X] 1. Create a React-Native Project using create-react-native-app tool\n    [ ] 2. Create a static View for a List of Books.\n    [ ] 3. Create a method to Get List of Books via REST.\n    [ ] 4. Create a method to Create a Book via REST.\n    [ ] 5. Create a method to Edit a Book via REST.\n    [ ] 6. Create a method to Delete a Book via REST.\n    [ ] ...\n---\n\n## Part I - Create a React-Native Project\n---\n\n### I. Install create-react-native-app npm package\n```bash\n    # Using NPM\n    $ npm install -g create-react-native-app\n\n    # Using YARN\n    $ yarn global add create-react-native-app\n```\n---\n### II. Create your first React-Native Project\n```bash\n    # Using create-react-native-app\n    $ create-react-native-app Books # replace Books with your Project Name\n```\n\n---\n### III. Install Exponents App on your phone.\n    https://expo.io/tools\n---\n### IV. Running Local Development Server\n```bash\n    # Using NPM\n    $ npm start\n\n    # Using YARN\n    $ yarn start\n```\n---\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinceble%2Fbooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevinceble%2Fbooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinceble%2Fbooks/lists"}