{"id":24071076,"url":"https://github.com/luizrebelatto/template-reactnative-setup","last_synced_at":"2026-02-02T13:15:42.708Z","repository":{"id":242972081,"uuid":"811033431","full_name":"Luizrebelatto/template-reactnative-setup","owner":"Luizrebelatto","description":"📱 React Native template for a quick start with TypeScript, React Navigation, styled-components, async-storage, dotenv, fastlane, prettier, eslint, jest, react native testing library","archived":false,"fork":false,"pushed_at":"2024-07-24T18:45:09.000Z","size":775,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T09:51:09.103Z","etag":null,"topics":["async-storage","dotenv","expo","fastlane","jest-tests","pipeline","prettier-eslint","react-native","reactnavigation6","styled-components","svg-icons","testing-library","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/template-reactnative-setup","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/Luizrebelatto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.MD","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":"2024-06-05T20:14:09.000Z","updated_at":"2024-08-21T12:22:27.000Z","dependencies_parsed_at":"2024-06-17T12:42:48.207Z","dependency_job_id":null,"html_url":"https://github.com/Luizrebelatto/template-reactnative-setup","commit_stats":null,"previous_names":["luizrebelatto/template-reactnative-setup"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luizrebelatto%2Ftemplate-reactnative-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luizrebelatto%2Ftemplate-reactnative-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luizrebelatto%2Ftemplate-reactnative-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luizrebelatto%2Ftemplate-reactnative-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Luizrebelatto","download_url":"https://codeload.github.com/Luizrebelatto/template-reactnative-setup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244085745,"owners_count":20395672,"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":["async-storage","dotenv","expo","fastlane","jest-tests","pipeline","prettier-eslint","react-native","reactnavigation6","styled-components","svg-icons","testing-library","typescript"],"created_at":"2025-01-09T16:38:25.677Z","updated_at":"2026-02-02T13:15:42.620Z","avatar_url":"https://github.com/Luizrebelatto.png","language":"TypeScript","readme":"## 📄 React Native Template Setup Typescript\n\n\u003e React Native template for a quick start with TypeScript, React Navigation, styled-components, async-storage, dotenv, fastlane, prettier, eslint, jest, react native testing library.\n\n## ⭐ Features\n- Navigation no next screen\n- Authentication Flow user\n\n## 📚 dependencies\n- [Typescript](https://www.typescriptlang.org)\n- [DotEnv](https://www.npmjs.com/package/dotenv)\n- [Styled-Components](https://www.npmjs.com/package/styled-components)\n- [Async-Storage](https://react-native-async-storage.github.io/async-storage/)\n- [React Navigation V6](https://reactnavigation.org/docs/getting-started/)\n- [Eslint](https://eslint.org)\n- [Fastlane](https://fastlane.tools)\n- [Jest](https://jest.io)\n- [React Native Testing Library](https://callstack.github.io/react-native-testing-library/)\n- [Prettier](https://prettier.io)\n\n## ▶️ How to Execute:\n\n```sh\nnpx create-expo-app NameOfApp --template template-reactnative-setup\n```\n\n## ⚙️ How to Config Environments:\n- create a file .env, inside these files creates its variables:\n\n```.env\nBASE_URL=\n```\n\n## 🎨 Config your styles:\n- create your types variables inside file styled.d.ts\n\n```\ndeclare module \"styled-components/native\" {\n    export interface DefaultTheme {\n        colors: {\n            background: string\n        }\n    }\n}\n```\n\n- create your variables and set your value\n```\nexport default {\n    colors: {\n        background: \"#FEFEFE\"\n    }\n}\n```\n\n## ⌨️ Script to run\n\n- Run your app\n```\n    npx expo start --clear\n```\n\n- Run eslint\n```\n    yarn run lint\n    yarn run lint: fix\n```\n\n- Run Prettier\n```\n    yarn run format_prettier\n```\n\n- Run to deploy your app with fastlane\n```\n    yarn run deploy:android\n    yarn run deploy:ios\n    yarn run deploy:android_ios\n```\n\n## 🤝 Contributing\n\nContributions are very welcome. Please check out the [contributing document](https://github.com/Luizrebelatto/template-reactnative-setup/blob/master/CONTRIBUTING.MD).\n\n## 📖 License\n\nThis project is [MIT](https://github.com/Luizrebelatto/template-reactnative-setup/blob/master/LICENSE) licensed.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizrebelatto%2Ftemplate-reactnative-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluizrebelatto%2Ftemplate-reactnative-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizrebelatto%2Ftemplate-reactnative-setup/lists"}