{"id":4289,"url":"https://github.com/thewei/react-native-grid","last_synced_at":"2025-08-04T01:31:49.591Z","repository":{"id":57337358,"uuid":"43822878","full_name":"thewei/react-native-grid","owner":"thewei","description":"**[DEPRECATED]** The 24-column grid component for react-native","archived":true,"fork":false,"pushed_at":"2015-10-07T15:52:20.000Z","size":140,"stargazers_count":16,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-06T20:20:50.052Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/thewei/react-native-grid","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thewei.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}},"created_at":"2015-10-07T14:49:51.000Z","updated_at":"2023-03-09T02:34:36.000Z","dependencies_parsed_at":"2022-09-12T09:41:12.518Z","dependency_job_id":null,"html_url":"https://github.com/thewei/react-native-grid","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/thewei%2Freact-native-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewei%2Freact-native-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewei%2Freact-native-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewei%2Freact-native-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thewei","download_url":"https://codeload.github.com/thewei/react-native-grid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228548572,"owners_count":17935222,"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":[],"created_at":"2024-01-05T20:17:07.008Z","updated_at":"2024-12-07T08:30:27.912Z","avatar_url":"https://github.com/thewei.png","language":"JavaScript","readme":"## react-native-grid ![NPM version](https://img.shields.io/npm/v/react-native-grid.svg?style=flat)\n\nThe 24-column grid component for react-native\n\n### Installation\n```bash\n$ npm install react-native-grid\n```\n\n### Example\n```js\n'use strict';\n\nimport React from 'react-native';\nimport reactNativeGrid from 'react-native-grid';\nconst { Grid, Col } = reactNativeGrid;\nconst { Text } = React;\n\nexport default class Example extends React.Component {\n\trender(){\n\t\t\u003cGrid\u003e\n          \u003cCol span={12}\u003e\n\t\t\t\u003cText\u003ebox-1\u003c/Text\u003e\n          \u003c/Col\u003e\n          \u003cCol span={12}\u003e\n\t\t\t\u003cText\u003ebox-2\u003c/Text\u003e\n          \u003c/Col\u003e\n        \u003c/Grid\u003e\n\t}\n}\n\n```\n\n### API\ncheck this file: `lib/index.js`\n\n### Contributing\n- Fork this Repo first\n- Clone your Repo\n- Install dependencies by `$ npm install`\n- Checkout a feature branch\n- Feel free to add your features\n- Make sure your features are fully tested\n- Publish your local branch, Open a pull request\n- Enjoy hacking \u003c3\n\n### MIT license\nCopyright (c) 2015 thewei\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \u0026quot;Software\u0026quot;), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \u0026quot;AS IS\u0026quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n---\n![docor]()\nbuilt upon love by [docor](git+https://github.com/turingou/docor.git) v0.3.0\n","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthewei%2Freact-native-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthewei%2Freact-native-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthewei%2Freact-native-grid/lists"}