{"id":4296,"url":"https://github.com/danchokobo/react-native-code-verification","last_synced_at":"2025-07-31T13:30:52.153Z","repository":{"id":215160018,"uuid":"136135339","full_name":"danchokobo/react-native-code-verification","owner":"danchokobo","description":"❤️ Simple UI for pincode verification","archived":false,"fork":false,"pushed_at":"2019-04-29T21:18:16.000Z","size":191,"stargazers_count":116,"open_issues_count":1,"forks_count":18,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-15T00:20:09.656Z","etag":null,"topics":["code","keypad","num","pincode","react-native","verification"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/danchokobo.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}},"created_at":"2018-06-05T07:10:25.000Z","updated_at":"2024-04-02T17:40:54.000Z","dependencies_parsed_at":"2024-01-04T21:00:25.034Z","dependency_job_id":null,"html_url":"https://github.com/danchokobo/react-native-code-verification","commit_stats":null,"previous_names":["danchokobo/react-native-code-verification"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danchokobo%2Freact-native-code-verification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danchokobo%2Freact-native-code-verification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danchokobo%2Freact-native-code-verification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danchokobo%2Freact-native-code-verification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danchokobo","download_url":"https://codeload.github.com/danchokobo/react-native-code-verification/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228248558,"owners_count":17891447,"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":["code","keypad","num","pincode","react-native","verification"],"created_at":"2024-01-05T20:17:07.235Z","updated_at":"2024-12-05T06:31:39.534Z","avatar_url":"https://github.com/danchokobo.png","language":"JavaScript","readme":"\n# react-native-code-verification\nAn UI module for user-side pincode verification.\n\n## Getting started\n\n`$ npm i react-native-code-verification --s`\n\n### Props\n| Name | Type | Description | Default |\n| ---- | :---: | --- | --- |\n| ```descriptionText``` | String  | A description text | Please enter pincode for entry\n| ```spaceColor``` | Color  | Color of line under digit | #FF0000\n| ```closeButtonColor``` | Color  | Color of X - close button | #FF0000\n| ```onEnteredPincode``` | Function  | A function that returns entered code | -\n| ```onCloseView``` | Function  | On press close button, will be useful to close view | -\n| ```onPressTouchId``` | Function  | Touch Id is not available, but you can make it by yourself | -\n| ```withTouchId``` | Boolean  | If you do not neet touch id, you can set it to false | TRUE\n\n## Screenshots\n\u003cimg src=\"/screenshots/blue.png?raw=true\" width=\"30%\"\u003e \u003cimg src=\"/screenshots/second.png?raw=true\" width=\"30%\"\u003e \n\n## Usage\n```javascript\nimport Pincode from 'react-native-code-verification';\n\n// TODO: What to do with the module?\nclass Example extends Component {\n  public render() {\n    return (\n      \u003cView style={styles.container}\u003e\n        \u003cPincode onEnteredPincode={pin =\u003e this.onDetectPin(pin)} /\u003e\n      \u003c/View\u003e\n    );\n  }\n  private onDetectPin = pin =\u003e {\n    console.log('pinCode\u003e\u003e\u003e', pin);\n  };\n}\n```\n\n## Credentials\n[MIT](http://opensource.org/licenses/mit-license.html), [Otel Danagul](https://github.com/danchokobo)\n\n\n\n","funding_links":[],"categories":["Components","\u003e 100 ⭐️","Others"],"sub_categories":["UI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanchokobo%2Freact-native-code-verification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanchokobo%2Freact-native-code-verification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanchokobo%2Freact-native-code-verification/lists"}