{"id":4254,"url":"https://github.com/kundigo/react-native-telephone-input","last_synced_at":"2025-08-04T00:32:45.580Z","repository":{"id":48509755,"uuid":"61542758","full_name":"kundigo/react-native-telephone-input","owner":"kundigo","description":"React Native Telephone Input","archived":true,"fork":false,"pushed_at":"2017-06-02T06:03:45.000Z","size":516,"stargazers_count":40,"open_issues_count":5,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-19T09:55:01.131Z","etag":null,"topics":[],"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/kundigo.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}},"created_at":"2016-06-20T11:30:25.000Z","updated_at":"2023-03-09T02:23:34.000Z","dependencies_parsed_at":"2022-09-06T10:10:33.681Z","dependency_job_id":null,"html_url":"https://github.com/kundigo/react-native-telephone-input","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kundigo%2Freact-native-telephone-input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kundigo%2Freact-native-telephone-input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kundigo%2Freact-native-telephone-input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kundigo%2Freact-native-telephone-input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kundigo","download_url":"https://codeload.github.com/kundigo/react-native-telephone-input/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228576898,"owners_count":17939645,"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-01-05T20:17:05.926Z","updated_at":"2024-12-07T07:31:34.765Z","avatar_url":"https://github.com/kundigo.png","language":"JavaScript","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"readme":"# React Native Telephone Input\n\n[![npm version](https://badge.fury.io/js/react-native-telephone-input.svg)](https://badge.fury.io/js/react-native-telephone-input)\n\nThis library is a forked of [React Telephone Input](https://github.com/mukeshsoni/react-telephone-input).\n\n- Basic feature for mask and country discover\n- Support iOS and Android\n\n![react-native-activity-view](React_Native_Telephone_Input_Example.gif)\n\n## Basic Usage\n\nYou can find an [ExampleProject](./ExampleProject).\n\n```javascript\nimport React, { Component } from 'react';\nimport {\n  AppRegistry,\n  StyleSheet,\n  View\n} from 'react-native';\nimport TelephoneInput from 'react-native-telephone-input';\n\nclass ExampleProject extends Component {\n  render() {\n    return (\n      \u003cView style={[styles.container]}\u003e\n        \u003cTelephoneInput placeholder=\"Number here, please\" /\u003e\n      \u003c/View\u003e\n    );\n  }\n}\n\nconst styles = StyleSheet.create({\n  container: {\n    flex: 1,\n    justifyContent: 'center',\n    alignItems: 'center',\n    backgroundColor: '#F5FCFF',\n  },\n});\n\nAppRegistry.registerComponent('ExampleProject', () =\u003e ExampleProject);\n```\n\n## Lint\n\n- [eslint](http://eslint.org/)\n- [AirBnb Javascript Styleguide](https://github.com/airbnb/javascript)\n- [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y)\n- [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react)\n\n```\nnpm run lint\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/kundigo/react-native-telephone-input/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkundigo%2Freact-native-telephone-input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkundigo%2Freact-native-telephone-input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkundigo%2Freact-native-telephone-input/lists"}