{"id":16872497,"url":"https://github.com/redgoose-dev/react-native-wrapper","last_synced_at":"2026-04-14T00:31:30.404Z","repository":{"id":81723843,"uuid":"96083997","full_name":"redgoose-dev/react-native-wrapper","owner":"redgoose-dev","description":"React native wrapper for component development","archived":false,"fork":false,"pushed_at":"2017-11-15T01:48:31.000Z","size":198,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T20:51:37.345Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/redgoose-dev.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":"2017-07-03T07:44:04.000Z","updated_at":"2017-07-03T08:15:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5bb5993-a6ca-4868-a455-2ac76ef5cd43","html_url":"https://github.com/redgoose-dev/react-native-wrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redgoose-dev/react-native-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redgoose-dev%2Freact-native-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redgoose-dev%2Freact-native-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redgoose-dev%2Freact-native-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redgoose-dev%2Freact-native-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redgoose-dev","download_url":"https://codeload.github.com/redgoose-dev/react-native-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redgoose-dev%2Freact-native-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31776859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T00:11:49.126Z","status":"ssl_error","status_checked_at":"2026-04-14T00:10:29.837Z","response_time":93,"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-13T15:15:08.731Z","updated_at":"2026-04-14T00:31:30.393Z","avatar_url":"https://github.com/redgoose-dev.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-wrapper\nReact native wrapper for component development\n\n컴포넌트 개발용으로 만들어진 React Native 래퍼 입니다.  \n이 공간에서 다른 컴포넌트를 개발할 수 있습니다. `./components/index.js` 가 연결되어있기 때문에 파일을 만들어서 프리뷰할 수 있습니다.\n\n\n## Using guide\n\n### create `components` directory  \n`mkdir component`\n\n### add index.js\n```\ncd components\nvim index.js\n```\n\n#### edit `components/index.js`\n\n```\nimport React from 'react';\nimport { View, Text, StyleSheet } from 'react-native';\n\n// TODO: 원하는 컴포넌트 불러오는 영역\n\n\nexport default class Demo extends React.Component {\n\n\trender() {\n\t\tconst { props, state } = this;\n\n\t\t// TODO: 원하는 컴포넌트 삽입영역\n\t\treturn (\n\t\t\t\u003cView style={css.viewport}\u003e\n\t\t\t\t\u003cText\u003eCustom component areaqweqwe\u003c/Text\u003e\n\t\t\t\u003c/View\u003e\n\t\t);\n\t}\n\n}\n\n\nconst css = StyleSheet.create({\n\tviewport: {\n\t\tflex: 1,\n\t},\n});\n```\n\n### play in components directory\n\n잘 사용하면됨..","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredgoose-dev%2Freact-native-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredgoose-dev%2Freact-native-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredgoose-dev%2Freact-native-wrapper/lists"}