{"id":22705280,"url":"https://github.com/hecom-rn/rn-simplified-popover","last_synced_at":"2025-08-08T20:18:44.859Z","repository":{"id":41672151,"uuid":"255478156","full_name":"hecom-rn/rn-simplified-popover","owner":"hecom-rn","description":"ReactNative气泡组件","archived":false,"fork":false,"pushed_at":"2023-01-06T03:21:46.000Z","size":2025,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T20:29:13.986Z","etag":null,"topics":[],"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/hecom-rn.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}},"created_at":"2020-04-14T01:12:32.000Z","updated_at":"2024-07-03T12:34:55.000Z","dependencies_parsed_at":"2023-02-05T05:16:55.536Z","dependency_job_id":null,"html_url":"https://github.com/hecom-rn/rn-simplified-popover","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/hecom-rn/rn-simplified-popover","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecom-rn%2Frn-simplified-popover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecom-rn%2Frn-simplified-popover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecom-rn%2Frn-simplified-popover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecom-rn%2Frn-simplified-popover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hecom-rn","download_url":"https://codeload.github.com/hecom-rn/rn-simplified-popover/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecom-rn%2Frn-simplified-popover/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269482630,"owners_count":24424404,"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-08-08T02:00:09.200Z","response_time":72,"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":[],"created_at":"2024-12-10T09:09:53.956Z","updated_at":"2025-08-08T20:18:44.777Z","avatar_url":"https://github.com/hecom-rn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rn-simplified-popover\n\n[![npm version](https://img.shields.io/npm/v/@hecom/rn-simplified-popover.svg)](https://www.npmjs.com/package/@hecom/rn-simplified-popover)\n[![Build Status](https://travis-ci.org/hecom-rn/rn-simplified-popover.svg?branch=master)](https://travis-ci.org/hecom-rn/rn-simplified-popover)\n\n## ReactNative气泡组件\n\n![examplePng](https://github.com/hecom-rn/rn-simplified-popover/blob/master/example/example.png)\n\n\n## 使用方法可以参考示例程序\n\n# 属性说明\n|属性名|类型|默认值|说明|是否必填|\n|-----|----|----|-----|---|\n|isVisible|boolean|false|组件是否展示|是|\n|displayArea|Rect|window|背景区域大小|是|\n|arrowSize|Size|Size(10, 5)|三角大小|否|\n|placement|string|'auto'|位置(可传参数：'top','bottom','left','right')|否|\n|fromRect|Rect|{ x: 0, y: 0, width: 0, height: 0 }|三角所指位置|是|\n|onClose|func|() =\u003e { }|关闭回调|是|\n\n\nRect类型\n```\nclass Rect {\n    constructor(x, y, width, height) {\n        this.x = x;\n        this.y = y;\n        this.width = width;\n        this.height = height;\n    }\n}\n```\n\nSize类型\n```\nclass Size {\n    constructor(width, height) {\n        this.width = width;\n        this.height = height;\n    }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhecom-rn%2Frn-simplified-popover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhecom-rn%2Frn-simplified-popover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhecom-rn%2Frn-simplified-popover/lists"}