{"id":15487752,"url":"https://github.com/cloudwebrtc/react-native-touchvg","last_synced_at":"2025-04-22T17:45:08.795Z","repository":{"id":119130030,"uuid":"128145937","full_name":"cloudwebrtc/react-native-touchvg","owner":"cloudwebrtc","description":"TouchVG for React Native","archived":false,"fork":false,"pushed_at":"2018-04-24T14:32:29.000Z","size":3821,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-19T07:54:29.248Z","etag":null,"topics":["canvas","collaboration","education","react-native","whiteboard"],"latest_commit_sha":null,"homepage":null,"language":"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/cloudwebrtc.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}},"created_at":"2018-04-05T01:41:00.000Z","updated_at":"2021-08-31T05:51:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"883b1568-4da5-4864-89da-8723307c36f5","html_url":"https://github.com/cloudwebrtc/react-native-touchvg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudwebrtc%2Freact-native-touchvg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudwebrtc%2Freact-native-touchvg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudwebrtc%2Freact-native-touchvg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudwebrtc%2Freact-native-touchvg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudwebrtc","download_url":"https://codeload.github.com/cloudwebrtc/react-native-touchvg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250289685,"owners_count":21406035,"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":["canvas","collaboration","education","react-native","whiteboard"],"created_at":"2024-10-02T06:41:38.266Z","updated_at":"2025-04-22T17:45:08.778Z","avatar_url":"https://github.com/cloudwebrtc.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-touchvg\nTouchVG for React Native\n\n# Usage\n\n```javascript\nimport React, { Component } from 'react';\nimport {View,} from 'react-native';\nimport { TouchVGView } from 'react-native-touchvg';\n\nclass App extends Component {\n\nconstructor(props) {\n    super(props);\n    this.state = {\n      command: 'splines', /*Other commands:  select | erase | rect | ellipse |  triangle | line */\n    }\n  }\n\nrender() {\n    return (\n      \u003cView style={{backgroundColor: '#fff'}}\u003e\n        \u003cTouchVGView\n          command={this.state.command}\n          style={{ width: '100%', height: '100%', alignSelf: 'center' }} /\u003e\n      \u003c/View\u003e\n    );\n  }\n}\n```\n\n# NOTE\nBased on https://github.com/rhcad/TouchVG projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudwebrtc%2Freact-native-touchvg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudwebrtc%2Freact-native-touchvg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudwebrtc%2Freact-native-touchvg/lists"}