{"id":17675349,"url":"https://github.com/numandev1/react-native-process-text-intent","last_synced_at":"2025-05-12T21:13:42.070Z","repository":{"id":63493522,"uuid":"567722460","full_name":"numandev1/react-native-process-text-intent","owner":"numandev1","description":"Get text from android android.intent.action.PROCESS_TEXT intent-filter","archived":false,"fork":false,"pushed_at":"2022-11-18T12:36:35.000Z","size":4945,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-12T21:13:33.505Z","etag":null,"topics":["intent-filter","process","process-text","processtext","text"],"latest_commit_sha":null,"homepage":"","language":"Java","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/numandev1.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}},"created_at":"2022-11-18T12:27:53.000Z","updated_at":"2025-01-26T14:58:08.000Z","dependencies_parsed_at":"2022-11-20T01:01:19.569Z","dependency_job_id":null,"html_url":"https://github.com/numandev1/react-native-process-text-intent","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/numandev1%2Freact-native-process-text-intent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2Freact-native-process-text-intent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2Freact-native-process-text-intent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2Freact-native-process-text-intent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numandev1","download_url":"https://codeload.github.com/numandev1/react-native-process-text-intent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253823462,"owners_count":21969848,"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":["intent-filter","process","process-text","processtext","text"],"created_at":"2024-10-24T07:10:50.072Z","updated_at":"2025-05-12T21:13:42.050Z","avatar_url":"https://github.com/numandev1.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-process-text-intent\n\nGet text from android `android.intent.action.PROCESS_TEXT` intent-filter\n\n# Demo\n\n\u003cimg src=\"media/demo.gif\" width=\"40%\" /\u003e\n\n## Installation\n\n```sh\nnpm install react-native-process-text-intent\n```\n\n## Usage\n\n```js\nimport { getProcessTextIntent } from 'react-native-process-text-intent';\n\n// ...\n\ngetProcessTextIntent()\n  .then((textResult) =\u003e {\n    if (textResult) {\n      console.log(textResult, 'ProcessedText');   // here will be your processed Text coming from android.intent.action.PROCESS_TEXT intent-filter\n    }\n  })\n  .catch((error) =\u003e {\n    console.log(error);\n  });\n};\n```\n\nfirst you need to add this `intent-filter` in `AndroidManifest.xml`\n\n```xml\n\u003cintent-filter\u003e\n  \u003caction android:name=\"android.intent.action.PROCESS_TEXT\" /\u003e\n  \u003ccategory android:name=\"android.intent.category.DEFAULT\" /\u003e\n  \u003cdata android:mimeType=\"text/plain\" /\u003e\n\u003c/intent-filter\u003e\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%2Fnumandev1%2Freact-native-process-text-intent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumandev1%2Freact-native-process-text-intent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumandev1%2Freact-native-process-text-intent/lists"}