{"id":18538937,"url":"https://github.com/wafttech/helperstyles","last_synced_at":"2026-04-29T15:38:06.306Z","repository":{"id":113637227,"uuid":"188270971","full_name":"WaftTech/helperStyles","owner":"WaftTech","description":"Utility class names for react native projects","archived":false,"fork":false,"pushed_at":"2019-09-23T05:44:51.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T08:12:52.822Z","etag":null,"topics":["react-native","utility"],"latest_commit_sha":null,"homepage":"","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/WaftTech.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-23T16:33:41.000Z","updated_at":"2021-07-28T09:36:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b86286d-8d29-443e-b387-ab1ef17b0e8b","html_url":"https://github.com/WaftTech/helperStyles","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/WaftTech%2FhelperStyles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaftTech%2FhelperStyles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaftTech%2FhelperStyles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaftTech%2FhelperStyles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WaftTech","download_url":"https://codeload.github.com/WaftTech/helperStyles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254259443,"owners_count":22040822,"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":["react-native","utility"],"created_at":"2024-11-06T19:45:35.444Z","updated_at":"2026-04-29T15:38:06.278Z","avatar_url":"https://github.com/WaftTech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# helperStyles\nUtility class names for react native projects\n\n\n\n## Why do I need this?\n\nFor faster writing styles in RN projects, you need this. Here is why:\n- **Familiar classes:** if you know css, you are almost done. Class names are written in such way, you don’t find any headache to remember. Yes there is pattern.\n- **Less cognitive load:** Ever tired of thinking about new class names, it is for you. it is basically works like inline styles.\n- **Flow in coding:** Once you get used to with class names, you don’t have to move to other lines of page or jump to other pages.\n\n\n## How can I use this?\n\n__Step1 : Import__\n\n```\nimport React from 'react';\nimport {View,Text} from 'react-native';\nimport utilities from 'file path to utilities.js';\n```\n\n__Step2 : Load__\n\n```\n \u003cView style={[s.py2, s.border, s.borderBlack, s.row]}\u003e\n\t\u003cView style={s.flex1}\u003e\n\t\t\u003cText style={s.colorGreyDarkest}\u003eFROM\u003c/Text\u003e\n\t\t\u003cText style={[s.colorGreyDarker, s.font24]}\u003e\n\t\t\t{moment(start_date).format('hh:mm a')}\n\t\t\u003c/Text\u003e\n\t\u003c/View\u003e\n\t\u003cView style={s.flex1}\u003e\n\t\t\u003cText style={s.colorGreyDarkest}\u003eTO\u003c/Text\u003e\n\t\t\u003cText style={[s.colorGreyDarker, s.font24, s.uppercase]}\u003e\n\t\t\t{moment(end_date).format('hh:mm a')}\n\t\t\u003c/Text\u003e\n\t\u003c/View\u003e\n\u003c/View\u003e\n```\n\n```\nconst s = StyleSheet.create({\n  ...utilities,\n});\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwafttech%2Fhelperstyles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwafttech%2Fhelperstyles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwafttech%2Fhelperstyles/lists"}