{"id":28536644,"url":"https://github.com/daboigbae/react-native-component-lib","last_synced_at":"2026-03-11T14:06:53.058Z","repository":{"id":60947481,"uuid":"536593376","full_name":"daboigbae/react-native-component-lib","owner":"daboigbae","description":"This is a react native component library compatible with Nativewind (tailwind css)","archived":false,"fork":false,"pushed_at":"2023-03-15T16:42:01.000Z","size":788,"stargazers_count":29,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-18T15:38:32.230Z","etag":null,"topics":["nativewind","react","react-native","tailwindcss"],"latest_commit_sha":null,"homepage":"https://munchkinreact.app/","language":"TypeScript","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/daboigbae.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,"publiccode":null,"codemeta":null}},"created_at":"2022-09-14T13:34:40.000Z","updated_at":"2025-10-20T12:22:47.000Z","dependencies_parsed_at":"2024-11-30T15:40:13.244Z","dependency_job_id":null,"html_url":"https://github.com/daboigbae/react-native-component-lib","commit_stats":{"total_commits":81,"total_committers":2,"mean_commits":40.5,"dds":"0.13580246913580252","last_synced_commit":"3803334fc2d641d507310b083490c7e6b1ab7a25"},"previous_names":["digitalartdealers/react-native-component-lib","daboigbae/react-native-component-lib"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/daboigbae/react-native-component-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daboigbae%2Freact-native-component-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daboigbae%2Freact-native-component-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daboigbae%2Freact-native-component-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daboigbae%2Freact-native-component-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daboigbae","download_url":"https://codeload.github.com/daboigbae/react-native-component-lib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daboigbae%2Freact-native-component-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29883113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"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":["nativewind","react","react-native","tailwindcss"],"created_at":"2025-06-09T18:07:08.098Z","updated_at":"2026-03-11T14:06:53.051Z","avatar_url":"https://github.com/daboigbae.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"200\" height=\"200\" src=\"https://github.com/daboigbae/react-native-component-lib/blob/main/assets/logo.png\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://munchkinreact.app/\"\u003emunchkinreact.app\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e👾 Munchkin - A react native component lib compatible with TailWind CSS\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  ⭐ Help us out by giving a star ⭐\n\u003c/p\u003e\n\n\n\n## Features\n1. Get buttons, loaders, and other components to bootstrap your app development\n2. TailWind CSS compatible\n3. Written in TypeScript\n\n## Try it out now\nRun the example [storybook](https://apps.apple.com/us/app/munchkin-storybook/id6443563473), now available on iOS\n\n## Getting started\nFastest way to get started is to use our [template](https://github.com/daboigbae/react-native-template). \n\nTo add this component lib to your project manually:\n1. Install and configure (nativewind)[https://www.nativewind.dev/]\n2. run `yarn add @digital-art-dealers/react-native-component-lib` in your project\n3. add `node_modules/@digital-art-dealers/react-native-component-lib/**/*.{js,jsx,ts,tsx}` to your `tailwind.config.js`\n\n## View the code\nTo view code to the sample storybook [here](https://github.com/daboigbae/react-native-component-lib)\n\n#### Run locally for development\nTo run the test project locally run `yarn change:package:dev` then run `yarn ios` or `yarn android`, \n\n#### Build library for release\nTo build the library, run `yarn change:package:prod`, set version in `package.json` then run `yarn build` this will create a `dist` file that will allow you to install the library in your project.\n\n##### Build library for local testing (optional)\nTo make a test version of the library (.tgz) run `yarn pack`\n\n#### Troubleshooting\nIf you're getting permission denied on your scripts. Make sure to change their permissions by running `chmod +x bash/change-package-dev.sh ` and `chmod +x bash/change-package-prod.sh`","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaboigbae%2Freact-native-component-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaboigbae%2Freact-native-component-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaboigbae%2Freact-native-component-lib/lists"}