{"id":18614844,"url":"https://github.com/andrewjbateman/react-native-world","last_synced_at":"2026-04-08T22:31:13.280Z","repository":{"id":96860917,"uuid":"512268369","full_name":"AndrewJBateman/react-native-world","owner":"AndrewJBateman","description":"React-native app to show world country details and latest economic indicators","archived":false,"fork":false,"pushed_at":"2022-07-16T19:18:10.000Z","size":286,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-14T19:37:56.696Z","etag":null,"topics":["api-rest","countries-api","css3","expo","expo-cli","react-native"],"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/AndrewJBateman.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-09T19:23:57.000Z","updated_at":"2022-07-09T19:27:37.000Z","dependencies_parsed_at":"2023-03-30T11:34:51.458Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/react-native-world","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/react-native-world","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Freact-native-world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Freact-native-world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Freact-native-world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Freact-native-world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/react-native-world/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Freact-native-world/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31577444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["api-rest","countries-api","css3","expo","expo-cli","react-native"],"created_at":"2024-11-07T03:27:11.881Z","updated_at":"2026-04-08T22:31:13.264Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: React Native World\n\n* React-Native app to display world countries API data\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/react-native-world?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/react-native-world?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/react-native-world?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/react-native-world?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: React Native World](#zap-react-native-world)\n  * [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal_strength: Technologies](#signal_strength-technologies)\n  * [:floppy_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Example by Fazt Code](#computer-code-example-by-fazt-code)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \u0026 To-do list](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* [restcounties API v3](https://restcountries.com/) information about countries via a RESTful API.\n* React [useEffect hook](https://reactjs.org/docs/hooks-effect.html) used for data fetching\n* React [useState hook](https://reactjs.org/docs/hooks-state.html) used to initialise \u0026 update coins, refeshing and search states\n\n## :camera: Screenshots\n\n![React-Native img](./img/countries.jpg)\n\n## :signal_strength: Technologies\n\n* [Expo v45](https://docs.expo.io/) framework \u0026 platform for universal React applications, installed globally\n* [React Native v0.68.2](https://reactnative.dev/) to create native app for Android and iOS\n* [react-native-web v0.17.7](https://www.npmjs.com/package/react-native-web) React Native Components and APIs for the Web.\n* [React v17](https://reactjs.org/) JavaScript library for building user interfaces\n* [Android Studio v4](https://developer.android.com/studio) installed globally, used to simulate Android device\n\n## :floppy_disk: Setup\n\n* Run `npm i` to install dependencies\n* `npm install -g expo-cli --force` to install Expo CLI globally (force option may not be required)\n* Run `npm start` to start expo on a localhost port\n* See `package.json` for the npm commands to create build files etc.\n* Android Studio has to be installed and set up then the AVD Manager is run from the Configure menu\n\n## :computer: Code Example by Fazt Code\n\n* Code by Fazt Code to display Cryptocurrency data. Includes ternery expression to show price change data in green or red\n\n```javascript\n\n```\n\n## :cool: Features\n\n* Expo bar code used to connect mobile to project. The Expo framework is easy to use.\n* Android Studio simulation on mobile device\n\n## :clipboard: Status \u0026 To-do list\n\n* Status: In work\n* To-do: complete\n\n## :clap: Inspiration\n\n* N/A\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Freact-native-world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Freact-native-world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Freact-native-world/lists"}