{"id":17700699,"url":"https://github.com/wrathchaos/react-native-flex-divider","last_synced_at":"2025-05-13T04:41:32.188Z","repository":{"id":57337071,"uuid":"432428308","full_name":"WrathChaos/react-native-flex-divider","owner":"WrathChaos","description":"Fully customizable flex divider with a easy use for React Native","archived":false,"fork":false,"pushed_at":"2021-11-27T11:29:37.000Z","size":1715,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-11T14:45:13.859Z","etag":null,"topics":["android","app","apple","divider","flex","flex-divider","freakycoder","google","ios","kuray","mobile","programming","react","react-native","reactjs","ui","ui-components","ui-design","wrathchaos"],"latest_commit_sha":null,"homepage":"https://freakycoder.com","language":"Java","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/WrathChaos.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":"2021-11-27T10:16:24.000Z","updated_at":"2023-11-06T02:26:56.000Z","dependencies_parsed_at":"2022-09-12T11:03:06.991Z","dependency_job_id":null,"html_url":"https://github.com/WrathChaos/react-native-flex-divider","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"WrathChaos/react-native-typescript-library-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-flex-divider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-flex-divider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-flex-divider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-flex-divider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WrathChaos","download_url":"https://codeload.github.com/WrathChaos/react-native-flex-divider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253877392,"owners_count":21977634,"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":["android","app","apple","divider","flex","flex-divider","freakycoder","google","ios","kuray","mobile","programming","react","react-native","reactjs","ui","ui-components","ui-design","wrathchaos"],"created_at":"2024-10-24T17:42:51.845Z","updated_at":"2025-05-13T04:41:32.154Z","avatar_url":"https://github.com/WrathChaos.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"React Native Flex Divider\" src=\"assets/logo.png\" width=\"1050\"/\u003e\n\n[![React Native Flex Divider](https://img.shields.io/badge/-Fully%20customizable%20flex%20divider%20with%20a%20easy%20use%20for%20React%20Native-orange?style=for-the-badge)](https://github.com/WrathChaos/react-native-flex-divider)\n\n[![npm version](https://img.shields.io/npm/v/react-native-flex-divider.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-flex-divider)\n[![npm](https://img.shields.io/npm/dt/react-native-flex-divider.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-flex-divider)\n![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003cimg alt=\"React Native Flex Divider\" src=\"assets/Screenshots/react-native-flex-divider.png\" /\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003cimg alt=\"React Native Flex Divider\" src=\"assets/Screenshots/react-native-flex-divider-2.png\"  /\u003e\n    \u003c/td\u003e\n   \u003c/tr\u003e\n  \n\u003c/table\u003e\n\n# Installation\n\nAdd the dependency:\n\n```bash\nnpm i react-native-flex-divider\n```\n\n## Peer Dependencies\n\nZero Dependency\n\n# Usage\n\n## Import\n\n```jsx\nimport FlexDivider from \"react-native-flex-divider\";\n```\n\n## Fundamental Usage\n\n```jsx\n\u003cFlexDivider text=\"Settings\" /\u003e\n```\n\n## Customization Usage\n\n```jsx\n\u003cFlexDivider\n  text=\"USER SETTINGS\"\n  textStyle={{ fontFamily: \"SuezOne-Regular\" }}\n  rightDividerStyle={{ flex: 5 }}\n/\u003e\n```\n\n## Example Project 😍\n\nYou can checkout the example project 🥰\n\nSimply run\n\n- `npm i`\n- `react-native run-ios/android`\n\nshould work of the example project.\n\n# Configuration - Props\n\n## Fundamentals\n\n| Property |  Type  |  Default  | Description     |\n| -------- | :----: | :-------: | --------------- |\n| text     | string | undefined | change the text |\n\n## Customization (Optionals)\n\n| Property          |   Type    | Default | Description                                                             |\n| ----------------- | :-------: | :-----: | ----------------------------------------------------------------------- |\n| style             | ViewStyle | default | set or override the style object for the main container                 |\n| text              | ViewStyle | default | set or override the style object for the `text style`                   |\n| leftDividerStyle  | ViewStyle | default | set or override the style object for the `left divider style`           |\n| rightDividerStyle | ViewStyle | default | set or override the style object for the `right divider style`          |\n| TextComponent     |   Text    | default | set your own component instead of default react-native `Text` component |\n\n## Future Plans\n\n- [x] ~~LICENSE~~\n- [ ] Write an article about the lib on Medium\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com\n\n## License\n\nReact Native Flex Divider is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-flex-divider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrathchaos%2Freact-native-flex-divider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-flex-divider/lists"}