{"id":19894450,"url":"https://github.com/lawnstarter/react-native-form-helpers","last_synced_at":"2025-05-02T20:30:35.862Z","repository":{"id":35111749,"uuid":"184823381","full_name":"lawnstarter/react-native-form-helpers","owner":"lawnstarter","description":"📝 React Native tutorials, helpers, and demo app for form validation and scroll to invalid logic","archived":false,"fork":false,"pushed_at":"2024-09-27T20:47:10.000Z","size":1824,"stargazers_count":17,"open_issues_count":1,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-24T06:16:56.946Z","etag":null,"topics":["demo","forms","react","react-native","validation"],"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/lawnstarter.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-03T21:38:36.000Z","updated_at":"2025-02-28T16:14:14.000Z","dependencies_parsed_at":"2024-11-12T18:36:44.584Z","dependency_job_id":"9bdfc9a9-7cbc-4767-aaa9-c1b8a152038e","html_url":"https://github.com/lawnstarter/react-native-form-helpers","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":0.2272727272727273,"last_synced_commit":"8ba4c61c0a1fe3de0085f1f8f9fba3ec7eb00bd7"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lawnstarter%2Freact-native-form-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lawnstarter%2Freact-native-form-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lawnstarter%2Freact-native-form-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lawnstarter%2Freact-native-form-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lawnstarter","download_url":"https://codeload.github.com/lawnstarter/react-native-form-helpers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252103885,"owners_count":21695383,"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":["demo","forms","react","react-native","validation"],"created_at":"2024-11-12T18:33:35.611Z","updated_at":"2025-05-02T20:30:35.216Z","avatar_url":"https://github.com/lawnstarter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-form-helpers\n[![npm version](https://badge.fury.io/js/react-native-form-helpers.svg)](https://badge.fury.io/js/react-native-form-helpers)\n\n**Step 1:**\u003cbr\u003e\n`npm install react-native-form-helpers`\n\n**Step 2:**\u003cbr\u003e\nCreate a dictionary file ([example dictionary](demoApp/react-native-form-helpers/dictionary.js))\n\n**Step 3:**\u003cbr\u003e\n\n```js\nimport RNFormHelpers from \"./react-native-form-helpers\";\nimport { validationDictionary } from \"./dictionary.js\"; // location of your dictionary file\n\nexport const validationService = RNFormHelpers({\n  dictionary: validationDictionary\n});\n```\n\n**Step 4:**\u003cbr\u003e\nImport into your form and utilize the built-in methods. See below tutorial or [sample app](demoApp/App.js) for more details.\n\n## Tutorial Series:\n\nhttps://medium.com/lawnstarter-engineering/how-to-create-custom-forms-with-validation-and-scroll-to-invalid-logic-in-react-native-part-one-43e5f7cdf807\n\nhttps://medium.com/lawnstarter-engineering/how-to-create-custom-forms-with-validation-and-scroll-to-invalid-logic-in-react-native-part-two-9834849d4d78\n\nhttps://medium.com/lawnstarter-engineering/how-to-create-custom-forms-with-validation-and-scroll-to-invalid-logic-in-react-native-f6a4cc049095\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flawnstarter%2Freact-native-form-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flawnstarter%2Freact-native-form-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flawnstarter%2Freact-native-form-helpers/lists"}