{"id":14971612,"url":"https://github.com/inovando/react-native-template-inovando","last_synced_at":"2025-10-26T16:30:53.339Z","repository":{"id":57340734,"uuid":"241912981","full_name":"inovando/react-native-template-inovando","owner":"inovando","description":":iphone: Inovando's template for react-native-cli https://www.npmjs.com/package/react-native-template-inovando","archived":false,"fork":false,"pushed_at":"2020-07-14T20:30:17.000Z","size":8698,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T07:36:48.857Z","etag":null,"topics":["axios","eslint","formik","prettier","react-devtools","react-native","react-navigation","reactjs","reactotron","styled-components"],"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/inovando.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":"2020-02-20T15:02:10.000Z","updated_at":"2021-07-22T21:32:02.000Z","dependencies_parsed_at":"2022-09-13T11:21:19.010Z","dependency_job_id":null,"html_url":"https://github.com/inovando/react-native-template-inovando","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/inovando%2Freact-native-template-inovando","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inovando%2Freact-native-template-inovando/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inovando%2Freact-native-template-inovando/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inovando%2Freact-native-template-inovando/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inovando","download_url":"https://codeload.github.com/inovando/react-native-template-inovando/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238366781,"owners_count":19460184,"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":["axios","eslint","formik","prettier","react-devtools","react-native","react-navigation","reactjs","reactotron","styled-components"],"created_at":"2024-09-24T13:45:32.926Z","updated_at":"2025-10-26T16:30:52.727Z","avatar_url":"https://github.com/inovando.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-template-inovando\n\u003e 📱 Inovando's template for react-native-cli\n\n[![NPM version](https://img.shields.io/npm/v/react-native-template-inovando.svg)](https://www.npmjs.com/package/react-native-template-inovando)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n\n![Package Main Techs](docs/techs.png)\n\n## Preview\n\n|   iOS   |  Android  |\n|---------|-----------|\n| ![Template iOS Preview](docs/preview-ios.gif) | ![Template Android Preview](docs/preview-android.gif) |\n\n## Usage\n1. Initialize your RN project with this command:\n\n```bash\nreact-native init AwesomeProject --template inovando\n```\n\n2. Delete `~/App.js`\n\n3. Duplicate `.env.example` to `.env` and `.env.production` fulfilling variables as needed\n\n4. Add these lines at `.gitignore`\n\n```bash\n# Environment\n.env\n.env.production\n```\n\n4. Done 🎉\n\n## Android\n\nFor Reactotron debug in Android, run this command:\n```\nadb reverse tcp:9090 tcp:9090\n```\n\n### MacOS \"Network Error\"\n\n1. Go to \"Open Network Preferences\" \u003e \"Advanced...\" \u003e \"DNS\" Tab and add 8.8.8.8.\n\n![Mac DNS 8.8.8.8 network config to prevent error in AVD](docs/android-mac-network-solution.png)\n\n2. Restart your AVD.\n\n![Android restar AVD](docs/android-restart-avd.png)\n\n3. It should work fine! 🎉\n\n## Scripts\n\n### `yarn react-devtools`\n\nInspect elements with [React Devtools](https://www.npmjs.com/package/react-devtools). Open the in-app developer menu and choose \"Toggle Inspector\" then click/press any element in your App, it will show up in React Devtools Window.\n\n[Read More](https://facebook.github.io/react-native/docs/debugging#react-developer-tools)\n\n\n## Deploy\n\nThis command will also deploy to Yarn.\n```\nnpm publish --access public\n```\n\n## Features\n- [x] [Module Resolver](https://github.com/tleunen/babel-plugin-module-resolver)\n- [x] [ESLint](https://github.com/santospatrick/eslint-config-react)/[Prettier](https://github.com/santospatrick/prettier-config)\n- [x] [Styled Components](https://styled-components.com/docs/basics#react-native)\n- [x] [Dotenv](https://github.com/zetachang/react-native-dotenv)\n- [x] [Axios](https://www.npmjs.com/package/axios)\n- [x] [React Navigation](https://reactnavigation.org/en/)\n- [x] [Reactotron](https://github.com/infinitered/reactotron)\n- [x] [React Devtools](https://www.npmjs.com/package/react-devtools)\n- [x] [Formik](https://jaredpalmer.com/formik/)\n- [x] [Yup](https://github.com/jquense/yup)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finovando%2Freact-native-template-inovando","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finovando%2Freact-native-template-inovando","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finovando%2Freact-native-template-inovando/lists"}