{"id":26671098,"url":"https://github.com/kiranfl/simple-react-native","last_synced_at":"2025-06-21T10:39:36.622Z","repository":{"id":36926594,"uuid":"228541531","full_name":"kiranfl/simple-react-native","owner":"kiranfl","description":"Simple and faster way to implement react native apps","archived":false,"fork":false,"pushed_at":"2024-01-06T08:58:20.000Z","size":17839,"stargazers_count":2,"open_issues_count":18,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T04:08:38.543Z","etag":null,"topics":["android","ios","javascript","react","react-native","react-native-component","simple-react-native"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/simple-react-native","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/kiranfl.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-12-17T05:41:32.000Z","updated_at":"2024-04-28T22:15:04.000Z","dependencies_parsed_at":"2024-01-06T09:51:47.740Z","dependency_job_id":null,"html_url":"https://github.com/kiranfl/simple-react-native","commit_stats":{"total_commits":33,"total_committers":3,"mean_commits":11.0,"dds":"0.36363636363636365","last_synced_commit":"596d16d076958b1bf440b0402323940cd89ce898"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranfl%2Fsimple-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranfl%2Fsimple-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranfl%2Fsimple-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranfl%2Fsimple-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiranfl","download_url":"https://codeload.github.com/kiranfl/simple-react-native/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514224,"owners_count":21116903,"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":["android","ios","javascript","react","react-native","react-native-component","simple-react-native"],"created_at":"2025-03-25T23:33:03.142Z","updated_at":"2025-04-12T04:08:43.710Z","avatar_url":"https://github.com/kiranfl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n***\n***\n\n[![npm](https://img.shields.io/npm/v/simple-react-native.svg)](https://www.npmjs.com/package/simple-react-native) [![npm](https://img.shields.io/npm/dm/simple-react-native.svg)](https://www.npmjs.com/package/simple-react-native)\n\n# simple-react-native\n\nAs the name suggests introducing a simple and faster way to develop react native apps.\n***\nWhy does every developer need to spend the same amount of time to develop the same screens or components?\n* The main intention of this package is providing template screens which are used frequently in almost every app.\n* And providing wrapper or abstract components upon existing react native components.\n* All props are optional.\n* This will reduce the development time. \n* We can develop POC (Proof Of Concept) apps quickly by calling the specified components directly without using any props.\n* Once we utilize all the provided props and callbacks, we can develop fully functional production apps. Everyone can use their own images, colors and themes by applying corresponding props. \n \n\nInitially we added Splash,Login and Signup. More components will be coming soon like side drawer, bottom navigation bar and etc.\n***\n## Installation\n\n```bash\nnpm install --save simple-react-native\n```\n***\n## Running the example\n\n* ```git clone https://github.com/kiranfl/simple-react-native.git```\n* ```cd example```\n* ```npm install```\n* ```react-native run-ios | react-native run-android```\n\n***\n## Reference \n\n* [`\u003cSplashScreen/\u003e`](https://github.com/kiranfl/simple-react-native/blob/master/Docs/Splash.md)\n  \n  Click [here](https://github.com/kiranfl/simple-react-native/blob/master/Docs/Splash.md) to check usage and props.\n\n\u003cimg src=\"https://raw.githubusercontent.com/kiranfl/simple-react-native/master/Docs/Splash_demo.gif\" width=\"50%\" height=\"50%\" /\u003e\n\n* [`\u003cLoginScreen/\u003e`](https://github.com/kiranfl/simple-react-native/blob/master/Docs/Login.md)\n  \n  Click [here](https://github.com/kiranfl/simple-react-native/blob/master/Docs/Login.md) to check usage and props.\n\n\u003cimg src=\"https://raw.githubusercontent.com/kiranfl/simple-react-native/master/Docs/Login_demo.gif\" width=\"50%\" height=\"50%\" /\u003e\n\n* [`\u003cSignupScreen/\u003e`](https://github.com/kiranfl/simple-react-native/blob/master/Docs/Signup.md)\n  \n   Click [here](https://github.com/kiranfl/simple-react-native/blob/master/Docs/Signup.md) to check usage and props.\n\n\u003cimg src=\"https://raw.githubusercontent.com/kiranfl/simple-react-native/master/Docs/Signup_demo.gif\" width=\"50%\" height=\"50%\" /\u003e\n\n***\n## License\n[MIT](https://github.com/kiranfl/simple-react-native/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiranfl%2Fsimple-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiranfl%2Fsimple-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiranfl%2Fsimple-react-native/lists"}