{"id":21440654,"url":"https://github.com/malaa-tech/react-native-simple-keypad","last_synced_at":"2025-07-14T16:31:41.191Z","repository":{"id":190110316,"uuid":"681216507","full_name":"Malaa-tech/react-native-simple-keypad","owner":"Malaa-tech","description":"A simple, easy to use, and beautiful keypad component for react native ⌨️","archived":false,"fork":false,"pushed_at":"2024-03-03T08:53:23.000Z","size":525,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T15:31:50.613Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Malaa-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-08-21T14:21:27.000Z","updated_at":"2025-05-03T08:20:14.000Z","dependencies_parsed_at":"2024-10-23T23:05:24.087Z","dependency_job_id":"fa392aa0-4386-4346-85f2-9928a48e947a","html_url":"https://github.com/Malaa-tech/react-native-simple-keypad","commit_stats":{"total_commits":12,"total_committers":3,"mean_commits":4.0,"dds":0.5,"last_synced_commit":"bb2e0b70764efd00893b0454950075c718c8ff0f"},"previous_names":["malaa-tech/react-native-simple-keypad"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Malaa-tech/react-native-simple-keypad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malaa-tech%2Freact-native-simple-keypad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malaa-tech%2Freact-native-simple-keypad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malaa-tech%2Freact-native-simple-keypad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malaa-tech%2Freact-native-simple-keypad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Malaa-tech","download_url":"https://codeload.github.com/Malaa-tech/react-native-simple-keypad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malaa-tech%2Freact-native-simple-keypad/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265319193,"owners_count":23746284,"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-11-23T01:17:14.842Z","updated_at":"2025-07-14T16:31:40.791Z","avatar_url":"https://github.com/Malaa-tech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/Malaa-tech/react-native-simple-keypad)\n\n# react-native-simple-keypad\n\nA simple, easy to use, and beautiful keypad component for react native\n\n## 🖥️ Example App Demo\nrun it your self using `yarn example [ios/andriod]`\n\n## 📦 Installation\n\n```sh\nnpm install react-native-simple-keypad\n```\nor\n```sh\nyarn add react-native-simple-keypad\n```\n\n## How we use it in Malaa App \n\u003cimg src=\"https://github.com/Malaa-tech/react-native-simple-keypad/assets/54312831/b5997247-b0c9-4519-8ba3-7e577c5e5a72\" width=\"300\"/\u003e\n\n## ⚒️ Usage\n\n```js\nimport * as React from 'react';\nimport { View } from 'react-native';\nimport Keypad from 'react-native-simple-keypad';\n\nexport default function App() {\n  return (\n    \u003cView style={{ justifyContent: 'center', height: '100%' }}\u003e\n      \u003cKeypad\n        onKeyPress={(value) =\u003e console.log(`${value} is pressed`)}\n        textStyle={{ fontWeight: '600', fontSize: 30 }}\n        backspaceIconFillColor=\"#000000\"\n        backspaceIconStrokeColor=\"#FFFFFF\"\n        bioMetricFillColor=\"#000000\"\n        backspaceIconHeight={24}\n        backspaceIconWidth={33}\n        bioMetricIconHeight={28}\n        bioMetricIconWidth={28}\n        onBioAuthPress={() =\u003e console.log('Bio Auth')}\n      /\u003e\n    \u003c/View\u003e\n  );\n}\n\n```\n\n## 🤝 Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n\n---\n\nMade with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalaa-tech%2Freact-native-simple-keypad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalaa-tech%2Freact-native-simple-keypad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalaa-tech%2Freact-native-simple-keypad/lists"}