{"id":13726335,"url":"https://github.com/ifsnow/react-native-cjk-textinput-patch","last_synced_at":"2025-05-07T21:32:03.418Z","repository":{"id":57336059,"uuid":"266018622","full_name":"ifsnow/react-native-cjk-textinput-patch","owner":"ifsnow","description":"Patch for TextInput problem in CJK","archived":false,"fork":false,"pushed_at":"2020-07-18T13:36:28.000Z","size":6,"stargazers_count":29,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-09T22:38:34.803Z","etag":null,"topics":["react-native"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ifsnow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-22T04:33:24.000Z","updated_at":"2023-11-24T07:46:41.000Z","dependencies_parsed_at":"2022-09-11T05:41:38.468Z","dependency_job_id":null,"html_url":"https://github.com/ifsnow/react-native-cjk-textinput-patch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifsnow%2Freact-native-cjk-textinput-patch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifsnow%2Freact-native-cjk-textinput-patch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifsnow%2Freact-native-cjk-textinput-patch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifsnow%2Freact-native-cjk-textinput-patch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ifsnow","download_url":"https://codeload.github.com/ifsnow/react-native-cjk-textinput-patch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224654220,"owners_count":17347697,"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":["react-native"],"created_at":"2024-08-03T01:02:59.799Z","updated_at":"2024-11-14T16:33:40.847Z","avatar_url":"https://github.com/ifsnow.png","language":"Objective-C","funding_links":[],"categories":["Objective-C"],"sub_categories":[],"readme":"[![NPM Version][npm-image]][npm-url]\n\nTextInput is shaking when inputing with CJK.\n\n**This problem has been fixed in RN v0.63.1, But if you can't use this version, this patch will fix the problem for you!**\n\n# Usage\n\n### Install\nOnce installed, react-native's TextInput is automatically patched.\n```bash\nyarn add react-native-cjk-textinput-patch --dev\n```\n\n`postinstall`, `postuninstall` should be added to prevent this patch from being restored whenever packages are changed.\n```javascript\n{\n  ...\n  \"scripts\": {\n    ...,\n    \"postinstall\": \"yarn run cjk-textinput-patch\",\n    \"postuninstall\": \"yarn run cjk-textinput-patch\"\n  }\n}\n```\n\nIf you were already using `postinstall`, you can add the patch script later.\n```javascript\n\"postinstall\": \"yarn run jetify; yarn run cjk-textinput-patch\"\n```\n\n### Execute manually\nYou can execute the patch manually with the command below.\n```bash\nyarn run cjk-textinput-patch\n```\n\n### Uninstall\nJust delete the command you added to `postinstall`, `postuninstall` and remove my package.\n\n[npm-image]: https://img.shields.io/npm/v/react-native-cjk-textinput-patch.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/react-native-cjk-textinput-patch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifsnow%2Freact-native-cjk-textinput-patch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fifsnow%2Freact-native-cjk-textinput-patch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifsnow%2Freact-native-cjk-textinput-patch/lists"}