{"id":27398327,"url":"https://github.com/remidosol/react-native-marvel-api-demo","last_synced_at":"2026-05-09T02:17:31.874Z","repository":{"id":239552778,"uuid":"303156618","full_name":"remidosol/react-native-marvel-api-demo","owner":"remidosol","description":"react-native-marvel-api-demo is my first experience about Cross-Platform Mobile App Development using React Native that coded via TypeScript.","archived":false,"fork":false,"pushed_at":"2020-10-14T15:53:14.000Z","size":7735,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-13T09:36:31.348Z","etag":null,"topics":["axios","axios-typescript","babel-preset-expo","context-api","demo","expo","marvel-api","react-native","react-native-expo","react-native-paper","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/remidosol.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":"2020-10-11T15:52:54.000Z","updated_at":"2024-05-13T09:36:32.701Z","dependencies_parsed_at":"2024-05-13T09:49:03.833Z","dependency_job_id":null,"html_url":"https://github.com/remidosol/react-native-marvel-api-demo","commit_stats":null,"previous_names":["remidosol/react-native-marvel-api-demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remidosol%2Freact-native-marvel-api-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remidosol%2Freact-native-marvel-api-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remidosol%2Freact-native-marvel-api-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remidosol%2Freact-native-marvel-api-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remidosol","download_url":"https://codeload.github.com/remidosol/react-native-marvel-api-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248809044,"owners_count":21164895,"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":["axios","axios-typescript","babel-preset-expo","context-api","demo","expo","marvel-api","react-native","react-native-expo","react-native-paper","typescript"],"created_at":"2025-04-14T01:43:26.728Z","updated_at":"2025-10-12T22:49:40.260Z","avatar_url":"https://github.com/remidosol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-marvel-api-demo\n\n**react-native-marvel-api-demo** is my first experience about *Cross-Platform Mobile App Development* using **React Native** that coded via ***TypeScript***.\n\nContext API has been used for state management and theme.\n\nData have been fetched from [Marvel API](https://developer.marvel.com/).\n\n## Requirements\n\n**You must create a Marvel Developer Account** [**here**](https://www.marvel.com/register).\n\nAfter you do this, you may read the **Authentication doc for generating API Key and Hash** [**here**](https://developer.marvel.com/documentation/authorization)\n\nThen, in project's code, you should ***search*** for **\"YOURAPIKEY\"** and **\"YOURHASH\"** keywords and replace all with yours, otherwise project will be down or will not run as expected.\n\n## Installation of Some Important Dependencies\n\n[Expo](https://github.com/expo/react-native/releases/tag/sdk-38.0.2), [react-native-paper](https://github.com/callstack/react-native-paper/releases/tag/v4.0.1), [@react-navigation/native](https://github.com/react-navigation/react-navigation/releases/tag/%40react-navigation%2Fnative%405.7.3), [@react-navigation/stack](https://github.com/react-navigation/react-navigation/releases/tag/%40react-navigation%2Fstack%405.9.0), [@react-navigation/material-bottom-tabs](https://github.com/react-navigation/react-navigation/releases/tag/%40react-navigation%2Fmaterial-bottom-tabs%405.2.16), [@react-navigation/drawer](https://github.com/react-navigation/react-navigation/releases/tag/%40react-navigation%2Fdrawer%405.9.0), [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/releases/tag/%40react-navigation%2Fbottom-tabs%405.9.0) and [axios](https://github.com/axios/axios/releases/tag/v0.19.2) have been used to develop this demo.\n\nBefore, I installed globally some packages.\n\n```bash\nnpm install -g @react-native-community/cli\nnpm install -g expo-cli\n```\n\nCreation of Project:\n\n![Creation of Project](./ScreenShots/expoInit.gif)\n\n## Running\n\nInstall all dependecies:\n\n```PowerShell\nyarn\n```\n\nRun project via Expo on LAN:\n\n```PowerShell\nyarn start\n```\n\nOr run project via Expo on Tunnel:\n\n```PowerShell\nyarn start --tunnel\n```\n\n**You can run this project on you smart phone by scanning QR code on this [***Expo Project Link***](https://expo.io/@remidosol/projects/react-native-marvel-api-demo).**\n\n## Some Screens\n\n\u003cimg src=\"./ScreenShots/0.jpg\" width=\"240\"\u003e \u003cimg src=\"./ScreenShots/1.jpg\" width=\"240\"\u003e\u003chr\u003e\n\n\u003cimg src=\"./ScreenShots/2.jpg\" width=\"240\"\u003e \u003cimg src=\"./ScreenShots/3.jpg\" width=\"240\"\u003e \u003cimg src=\"./ScreenShots/4.jpg\" width=\"240\"\u003e\u003chr\u003e\n\n\u003cimg src=\"./ScreenShots/5.jpg\" width=\"240\"\u003e \u003cimg src=\"./ScreenShots/6.jpg\" width=\"240\"\u003e \u003cimg src=\"./ScreenShots/7.jpg\" width=\"240\"\u003e\u003chr\u003e\n\n \u003cimg src=\"./ScreenShots/8.jpg\" width=\"240\"\u003e \u003cimg src=\"./ScreenShots/9.jpg\" width=\"240\"\u003e \u003cimg src=\"./ScreenShots/10.jpg\" width=\"240\"\u003e\u003chr\u003e\n\n\u003cimg src=\"./ScreenShots/11.jpg\" width=\"240\"\u003e \u003cimg src=\"./ScreenShots/12.jpg\" width=\"240\"\u003e\u003chr\u003e\n\n \u003cimg src=\"./ScreenShots/13.jpg\" width=\"240\"\u003e \u003cimg src=\"./ScreenShots/14.jpg\" width=\"240\"\u003e\u003chr\u003e\n \n \u003cimg src=\"./ScreenShots/15.jpg\" width=\"240\"\u003e \u003cimg src=\"./ScreenShots/16.jpg\" width=\"240\"\u003e \u003cimg src=\"./ScreenShots/17.jpg\" width=\"240\"\u003e\u003chr\u003e\n\n\u003cimg src=\"./ScreenShots/18.jpg\" width=\"240\"\u003e \u003cimg src=\"./ScreenShots/19.jpg\" width=\"240\"\u003e\u003chr\u003e\n\n\u003cimg src=\"./ScreenShots/21.jpg\" width=\"240\"\u003e \u003cimg src=\"./ScreenShots/20.jpg\" width=\"240\"\u003e\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremidosol%2Freact-native-marvel-api-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremidosol%2Freact-native-marvel-api-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremidosol%2Freact-native-marvel-api-demo/lists"}