{"id":13452431,"url":"https://github.com/ueno-llc/react-native-starter","last_synced_at":"2025-03-23T19:34:22.097Z","repository":{"id":83062007,"uuid":"101926298","full_name":"ueno-llc/react-native-starter","owner":"ueno-llc","description":"Professional react-native starter kit with everything you'll ever need to deploy rock solid apps","archived":true,"fork":false,"pushed_at":"2020-11-09T19:12:54.000Z","size":16718,"stargazers_count":573,"open_issues_count":4,"forks_count":90,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-07-31T07:18:53.222Z","etag":null,"topics":["appcenter","cocoapods","firebase","mobx-state-tree","push-notifications","react-native","react-native-starter","typescript"],"latest_commit_sha":null,"homepage":"https://ueno-llc.github.io/react-native-starter","language":"Ruby","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/ueno-llc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2017-08-30T20:35:15.000Z","updated_at":"2024-07-31T07:18:53.223Z","dependencies_parsed_at":"2023-05-19T00:45:22.197Z","dependency_job_id":null,"html_url":"https://github.com/ueno-llc/react-native-starter","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueno-llc%2Freact-native-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueno-llc%2Freact-native-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueno-llc%2Freact-native-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueno-llc%2Freact-native-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ueno-llc","download_url":"https://codeload.github.com/ueno-llc/react-native-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221900948,"owners_count":16898994,"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":["appcenter","cocoapods","firebase","mobx-state-tree","push-notifications","react-native","react-native-starter","typescript"],"created_at":"2024-07-31T07:01:23.989Z","updated_at":"2024-10-28T18:31:19.585Z","avatar_url":"https://github.com/ueno-llc.png","language":"Ruby","funding_links":[],"categories":["Seeds","Shell","Ruby"],"sub_categories":["Other Platforms"],"readme":"# WARNING\n\n## This starter kit has been deprecated and is no longer being actively maintained by Ueno. \n\n[![logo](https://user-images.githubusercontent.com/937328/50185086-cb7e7a80-030e-11e9-8d95-436082e38de6.png)](https://ueno.co/?utm_source=github\u0026utm_campaign=react-native-starter)\n\u003cbr /\u003e\u003cbr /\u003e\n![banner](https://user-images.githubusercontent.com/937328/50185090-cb7e7a80-030e-11e9-9077-8fcc4e5ac900.png)\n\u003cbr /\u003e\u003cbr /\u003e\n[![about](https://user-images.githubusercontent.com/937328/51540139-999c8e80-1e4d-11e9-866d-284657a34744.png)](https://ueno.co/contact/?utm_source=github\u0026utm_campaign=react-native-starter)\n\u003cbr /\u003e\u003cbr /\u003e\n\n## React Native Starter\n\n![Dependencies](https://david-dm.org/ueno-llc/react-native-starter/status.svg) ![devDependencies](https://david-dm.org/ueno-llc/react-native-starter/dev-status.svg)\n\nThe Professional React Native Starter with everything you'll ever need to deploy rock solid apps.\n\n- Opinionated dependencies\n- React Native Navigation 4\n- TypeScript 3.7\n- Auto Linking\n- Gradle 5\n- Unit and integration tests\n- Continuous delivery support for Microsoft App Center\n\n## Getting Started\n\nSuper-Quick Start\n\n```bash\ngit clone git@github.com:ueno-llc/react-native-starter.git my-new-app\n```\n\n```bash\ncd my-new-app\nyarn\nyarn rename \"MyNewApp\" com.ueno.mynewapp\nyarn start\nyarn ios # or yarn android\n```\n\nAlternatively you can use [`create-ueno-app`](https://github.com/ueno-llc/create-ueno-app#native):\n\n```bash\nyarn create ueno-app native my-new-app co.ueno.mynewapp\n```\n\n## Running automated tests\n\n### iOS\n\n```\nyarn build:e2e:ios\nyarn test:e2e:ios\n```\n\nNote: To see the testing in-action, open the iPhone X Simulator manually before running the tests.\n\n### Android\n\n```\nyarn build:e2e:android\nyarn test:e2e:android\n```\n\nNote: You will need to create Emulator with the name `Pixel_2_API_28` in Android Studio.\n\n## Documentation\n\nThe **[documentation is available here](https://ueno-llc.github.io/react-native-starter)** on GitHub Pages.\n\nWe also recommend the following reading material:\n\n- [React Native](https://facebook.github.io/react-native/)\n- [React Native Navigation](https://wix.github.io/react-native-navigation/)\n- [React Native Config](https://github.com/luggit/react-native-config)\n- [Apple Developer Documentation](https://developer.apple.com/documentation/)\n- [Android Developer Guide](https://developer.android.com/guide/index.html)\n\n## Upgrading\n\nNo plans have been made so far to upgrade. We only support merging from upstream for now.\n\n## Contributing\n\nIf you are interested in helping out, feel free to submit issues, pull-requests or even [contact us](mailto:birkir@ueno.co). We are open to all kind of contributions.\n\n## License\n\nThis project is [MIT licensed](/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fueno-llc%2Freact-native-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fueno-llc%2Freact-native-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fueno-llc%2Freact-native-starter/lists"}