{"id":21726123,"url":"https://github.com/erictherobot/react-native-template-cd","last_synced_at":"2025-12-31T00:03:46.099Z","repository":{"id":57340705,"uuid":"145232824","full_name":"erictherobot/react-native-template-cd","owner":"erictherobot","description":"Quickly start a new React Native project pre-configured with TypeScript, Prettier, TSLint, Redux, Firebase, Fastlane, Crashlytics, React Hooks, and React-Navigation. - WIP","archived":false,"fork":false,"pushed_at":"2019-03-24T00:23:08.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T18:54:05.910Z","etag":null,"topics":["boilerplate","colorful-dots-llc","crashlytics","fastlane","firebase","firestore","prettier","react-hooks","react-native","react-navigation","redux","template","tslint","typescript"],"latest_commit_sha":null,"homepage":"https://colorfuldots.com","language":"TypeScript","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/erictherobot.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}},"created_at":"2018-08-18T15:52:00.000Z","updated_at":"2019-04-12T12:03:56.000Z","dependencies_parsed_at":"2022-09-14T14:50:28.790Z","dependency_job_id":null,"html_url":"https://github.com/erictherobot/react-native-template-cd","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/erictherobot%2Freact-native-template-cd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictherobot%2Freact-native-template-cd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictherobot%2Freact-native-template-cd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictherobot%2Freact-native-template-cd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erictherobot","download_url":"https://codeload.github.com/erictherobot/react-native-template-cd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244706526,"owners_count":20496570,"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":["boilerplate","colorful-dots-llc","crashlytics","fastlane","firebase","firestore","prettier","react-hooks","react-native","react-navigation","redux","template","tslint","typescript"],"created_at":"2024-11-26T03:20:43.298Z","updated_at":"2025-12-31T00:03:46.027Z","avatar_url":"https://github.com/erictherobot.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### React-Native Template CD\n\n![Screenshots](https://s3.amazonaws.com/colorfuldots/products/Screenshot+2019-03-22+07.55.56.png)\n\n### Updates 03/23/2019\n- Uses latest React Native (0.59.1)\n- Added React Hooks example\n- Added basic theming options\n- Added a basic component example\n- Added Size Matters to control sizes on all devices\n- Added Responsive Font to control font sizes on all devices\n- Added React Navigation and some additional Screens\n\n### Roadmap\n\n- Add Crashlytics\n- Add Fabric\n- Add Firebase / Firestore\n- Add Redux\n- Add Fastlane\n\n### Requirements\n\n- `sudo gem install cocoapods`\n- `yarn global add react-native-cli`\n\n### Instructions\n\nTo start a new React Native Project, simply run:\n\n`react-native init \u003cappName\u003e --template cd`\n\nThen, when finished:\n- `cd \u003cappName\u003e`\n- `yarn start`\n\n### Launch Simulator / Emulator:\n\nIOS Simulator:\n\n- `cd \u003cappName\u003e`\n- `react-native run-ios --simulator=\"iPhone X\"`\n\nAndroid Emulator:\n\n- `cd \u003cappName\u003e`\n- `react-native run-android`\n\n### Features\n\n- [x] TypeScript\n- [ ] Redux - WIP\n- [ ] Firebase - WIP\n- [x] React-Navigation\n- [ ] Fastlane - WIP\n- [ ] Crashlytics - WIP\n- [ ] Fabric - WIP\n- [x] Prettier\n- [x] TSLint\n- [x] Jest\n\n### Additional Setup\n\n- You may need to link some dependencies\n- `react-native link react-native-gesture-handler`\n\n### Pod Setup\n\n- `cd ios/\"`\n- `pod init \u0026\u0026 pod install\"`\n\n### Issues\n\n- Pull Requests are helpful, fix it and ship it. \n- Isssues regarding: `null is not an object ( evaluating 'RNGestureHandlerModule.Direction')` - find solution here: https://github.com/kmagiera/react-native-gesture-handler/issues/494\n- Issues regarding `Error: Unable to resolve module `./index` - just close metro and run `npm run start --reset-cache` or `yarn start --reset-cache` and you should be up and running. \n\n### Author\n\n- [Colorful Dots, LLC](https://colorfuldots.com)\n- [Eric David Smith - LinkedIn](https://www.linkedin.com/in/erictherobot)\n- [@erictherobot](https://twitter.com/erictherobot)\n\n### MIT License\n\nCopyright (c) 2018 Colorful Dots, LLC\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferictherobot%2Freact-native-template-cd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferictherobot%2Freact-native-template-cd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferictherobot%2Freact-native-template-cd/lists"}