{"id":18486357,"url":"https://github.com/maxgfr/expo-svg","last_synced_at":"2026-04-17T11:34:07.974Z","repository":{"id":38898261,"uuid":"258786510","full_name":"maxgfr/expo-svg","owner":"maxgfr","description":"Sample Expo (react-native) application which uses SVG","archived":false,"fork":false,"pushed_at":"2024-02-29T20:20:30.000Z","size":406,"stargazers_count":0,"open_issues_count":22,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T22:25:01.791Z","etag":null,"topics":["expo","expo-svg","react-native","react-native-svg","svg"],"latest_commit_sha":null,"homepage":null,"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/maxgfr.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":"2020-04-25T13:47:22.000Z","updated_at":"2020-04-25T13:57:11.000Z","dependencies_parsed_at":"2024-11-06T12:52:37.298Z","dependency_job_id":"771ab9cc-0cbc-47fa-ab66-e4c49632250b","html_url":"https://github.com/maxgfr/expo-svg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxgfr/expo-svg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxgfr%2Fexpo-svg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxgfr%2Fexpo-svg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxgfr%2Fexpo-svg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxgfr%2Fexpo-svg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxgfr","download_url":"https://codeload.github.com/maxgfr/expo-svg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxgfr%2Fexpo-svg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31928049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"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":["expo","expo-svg","react-native","react-native-svg","svg"],"created_at":"2024-11-06T12:49:11.663Z","updated_at":"2026-04-17T11:34:07.954Z","avatar_url":"https://github.com/maxgfr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# expo-svg\n\nSample Expo (react-native) application which uses SVG\n\n## To test\n\n```sh\ngit clone https://github.com/maxgfr/expo-svg.git\ncd expo-svg\nexpo install\nexpo start\n```\n\n## How did I make this app ?\n\n```sh\nexpo init\ncd expo-svg\nexpo install react-native-svg\nyarn add --dev react-native-svg-transformer\nyarn add --dev metro-config\ntouch metro.config.js\n```\n\nAdd this to `metro-config.js`\n```js\nconst { getDefaultConfig } = require(\"metro-config\");\n\nmodule.exports = (async () =\u003e {\n  const {\n    resolver: { sourceExts, assetExts }\n  } = await getDefaultConfig();\n  return {\n    transformer: {\n      babelTransformerPath: require.resolve(\"react-native-svg-transformer\")\n    },\n    resolver: {\n      assetExts: assetExts.filter(ext =\u003e ext !== \"svg\"),\n      sourceExts: [...sourceExts, \"svg\"]\n    }\n  };\n})();\n```\nAnd add this to `app.json` :\n```\n{\n  \"expo\": {\n    \"packagerOpts\": {\n      \"config\": \"metro.config.js\",\n      \"sourceExts\": [\n        \"expo.ts\",\n        \"expo.tsx\",\n        \"expo.js\",\n        \"expo.jsx\",\n        \"ts\",\n        \"tsx\",\n        \"js\",\n        \"jsx\",\n        \"json\",\n        \"wasm\",\n        \"svg\"\n      ]\n    }\n  }\n}\n```\n\n## Screenshot\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/maxgfr/expo-svg/blob/master/.github/screenshot.png\" height=\"540\" width=\"280\"/\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxgfr%2Fexpo-svg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxgfr%2Fexpo-svg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxgfr%2Fexpo-svg/lists"}