{"id":20579610,"url":"https://github.com/wolox/wolmo-bootstrap-react-native","last_synced_at":"2025-04-14T19:21:37.142Z","repository":{"id":21278543,"uuid":"85612030","full_name":"Wolox/wolmo-bootstrap-react-native","owner":"Wolox","description":"Bootstrap generator for React Native projects","archived":false,"fork":false,"pushed_at":"2023-04-18T08:00:39.000Z","size":3331,"stargazers_count":20,"open_issues_count":16,"forks_count":14,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-03-28T07:41:34.525Z","etag":null,"topics":["boilerplate","generator","react-native","redux","typescript"],"latest_commit_sha":null,"homepage":"https://www.wolox.com.ar","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/Wolox.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2017-03-20T18:29:26.000Z","updated_at":"2022-01-05T15:05:35.000Z","dependencies_parsed_at":"2023-01-14T00:00:23.007Z","dependency_job_id":null,"html_url":"https://github.com/Wolox/wolmo-bootstrap-react-native","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolox%2Fwolmo-bootstrap-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolox%2Fwolmo-bootstrap-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolox%2Fwolmo-bootstrap-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolox%2Fwolmo-bootstrap-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wolox","download_url":"https://codeload.github.com/Wolox/wolmo-bootstrap-react-native/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248943415,"owners_count":21186958,"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","generator","react-native","redux","typescript"],"created_at":"2024-11-16T06:17:35.743Z","updated_at":"2025-04-14T19:21:37.120Z","avatar_url":"https://github.com/Wolox.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wolmo Bootstrap: React Native\n\n![Versión npm](https://img.shields.io/npm/v/generator-wolmo-bootstrap-rn.svg?color=68d5f7)\n![Download npm](https://img.shields.io/npm/dw/generator-wolmo-bootstrap-rn.svg?color=7551bb)\n[![Supported by](https://img.shields.io/badge/supported%20by-Wolox.💗-blue.svg)](https://www.wolox.com.ar)\n\n## Prerequisites\n\n- CocoaPods: https://guides.cocoapods.org/using/getting-started.html#installation\n- Node: https://github.com/creationix/nvm#install-script\n- React Native Environment: https://facebook.github.io/react-native/docs/getting-started.html\n- Ruby (for Fastlane): https://rvm.io/rvm/install\n- Yarn: https://yarnpkg.com/lang/en/docs/install/#alternatives-tab\n\n## KickOff\n\nFollow our Kickoff guide [here](./KICKOFF.md)\n\n## Description\n\nThis codebase is meant to be used to kickoff react native projects with Wolox's [tech stack](#tech-stack), [tools](#tooling) and [basic boilerplate](#boilerplate).\nThe following optional features can be added out of the box to the new projects:\n\n- Drawer\n- Firebase Analytics\n- Firebase Crashlytics\n- Firebase Performance\n- Login and SignUp\n- OnBoarding\n- Tabs\n\n### Boilerplate\n\nThe boilerplate includes\n\n- [Analytics Tracking](/generators/app/templates/src/redux/middlewares/analyticsMiddleware.js)\n- [Basic constants](/generators/app/templates/src/constants)\n- [Basic utils](/generators/app/templates/src/utils)\n- [Bitrise configuration](/generators/bitrise/tasks/createBitriseApp.js)\n- [Deploy configuration with Fastlane Mobile (Android and iOS)](https://github.com/Wolox/fastlane-mobile)\n- [Font customization](/generators/app/templates/src/config/fonts.js)\n- [Http client configuration](/generators/app/templates/src/config/api.js)\n- [i18next configuration](/generators/app/templates/src/config/i18n.js)\n- [React Navigation: Routes configuration](/generators/app/templates/src/app/components/AppNavigator/navigator.ejs)\n- [Reactotron configuration](/generators/app/templates/src/config/reactotronConfig.ejs)\n- [Redux store intialization](/generators/app/templates/src/redux/store.ejs)\n- [Splash Screen](/generators/app/tasks/appSetup/coreFiles/splashScreenSetup.js)\n- [TypeScript basic interfaces](/generators/app/templates/src/interfaces)\n- [TypeScript configuration](/generators/app/templates/tsconfig.json)\n\n### Tech Stack\n\n- [Apisauce](https://github.com/skellock/apisauce)\n- [Cerealizr](https://github.com/damfinkel/cerealizr)\n- [i18next](https://www.i18next.com/)\n- [React](https://reactjs.org/)\n- [React Hook Form](https://react-hook-form.com/)\n- [React Native](https://reactnative.dev/)\n- [React Native Config](https://github.com/luggit/react-native-config)\n- [React Native Firebase](https://invertase.io/oss/react-native-firebase)\n- [React Native Swiper](https://github.com/leecade/react-native-swiper)\n- [React Navigation](https://reactnavigation.org/)\n- [React Redux](https://react-redux.js.org/)\n- [Redux](http://redux.js.org/)\n- [Redux Persist](https://github.com/rt2zz/redux-persist)\n- [Redux Recompose](https://github.com/Wolox/redux-recompose)\n- [Redux Thunk](https://github.com/gaearon/redux-thunk)\n- [Seamless Immutable](https://github.com/rtfeldman/seamless-immutable)\n\n### Tooling\n\n- [Babel](https://babeljs.io/)\n- [Bitrise](https://devcenter.bitrise.io/)\n- [Eslint](http://eslint.org/)\n- [Fastlane Mobile](https://github.com/Wolox/fastlane-mobile)\n- [Flipper](https://fbflipper.com/)\n- [Jest](https://jestjs.io/)\n- [Prettier](https://github.com/prettier/prettier)\n- [React Native Testing Library](https://github.com/callstack/react-native-testing-library)\n- [Reactotron](https://github.com/infinitered/reactotron)\n- [TypeScript](https://www.typescriptlang.org/)\n\n## Contributing\n\n1. Fork it.\n2. Create your feature branch (`git checkout -b my-new-feature`).\n3. Commit your changes (`git commit -am 'Add some feature'`).\n4. Push to the branch (`git push origin my-new-feature`).\n5. Create new Pull Request.\n\n## About\n\nThis project is maintained and it was written by [Wolox](https://www.wolox.com.ar).\n\n![Wolox](https://raw.githubusercontent.com/Wolox/press-kit/master/logos/logo_banner.png)\n\n## License\n\n**wolmo-bootstrap-react-native** is available under the **MIT** [license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolox%2Fwolmo-bootstrap-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolox%2Fwolmo-bootstrap-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolox%2Fwolmo-bootstrap-react-native/lists"}