Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svbutko/react-native-template-strong
Quick, opinionated, documented and strong beginning for your next project. Template made with react-native-navigation, TypeScript and Redux.
https://github.com/svbutko/react-native-template-strong
android boilerplate ios localization react react-native react-native-navigation reanimated reanimated3 redux redux-tookit starter strong template typescript
Last synced: about 9 hours ago
JSON representation
Quick, opinionated, documented and strong beginning for your next project. Template made with react-native-navigation, TypeScript and Redux.
- Host: GitHub
- URL: https://github.com/svbutko/react-native-template-strong
- Owner: svbutko
- License: mit
- Created: 2020-08-13T08:41:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T21:53:13.000Z (7 months ago)
- Last Synced: 2024-10-14T09:35:25.180Z (2 months ago)
- Topics: android, boilerplate, ios, localization, react, react-native, react-native-navigation, reanimated, reanimated3, redux, redux-tookit, starter, strong, template, typescript
- Language: TypeScript
- Homepage: https://svbutko.github.io/react-native-template-strong/
- Size: 26.8 MB
- Stars: 116
- Watchers: 5
- Forks: 15
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
React Native Template Strong
Quick, opinionated, documented and strong beginning for your next project.[![npm-version](https://img.shields.io/npm/v/react-native-template-strong)](https://www.npmjs.com/package/react-native-template-strong)
[![npm-downloads](https://img.shields.io/npm/dt/react-native-template-strong)](https://www.npmjs.com/package/react-native-template-strong)[![GitHub Followers](https://img.shields.io/github/followers/svbutko?label=Follow%20%40svbutko&style=social)](https://github.com/svbutko)
[![Twitter Follow](https://img.shields.io/twitter/follow/svbutko?label=Follow%20%40svbutko&style=social)](https://twitter.com/svbutko)# [Check out docs to get started](https://svbutko.github.io/react-native-template-strong/)
Build primarily with
- [React Native](https://reactnative.dev) `0.74.1`
- [React Native Navigation](https://wix.github.io/react-native-navigation/docs/before-you-start/) `7.39.2`
- [Redux Toolkit](https://redux-toolkit.js.org) `2.2.3`
- [TypeScript](https://www.typescriptlang.org) `5.4.5`Includes next components:
- [Date time picker](https://github.com/react-native-datetimepicker/datetimepicker) `8.0.0`
- [Localization](https://github.com/stefalda/ReactNativeLocalization) `2.3.2`
- [Orientation locker](https://github.com/wonday/react-native-orientation-locker) `1.7.0`
- [Permissions](https://github.com/zoontek/react-native-permissions) `4.1.5`
- [Config](https://github.com/luggit/react-native-config) `1.5.1`
- [Image crop picker](https://github.com/ivpusic/react-native-image-crop-picker) `0.41.0`
- [Reanimated carousel](https://github.com/dohooo/react-native-reanimated-carousel) `3.5.1`
- [Vector icons](https://github.com/oblador/react-native-vector-icons) `10.1.0`
- [SF Symbols](https://github.com/birkir/react-native-sfsymbols) `1.2.1`
- [In-app review](https://github.com/MinaSamir11/react-native-in-app-review) `4.3.3`
- [Size matters](https://github.com/nirsky/react-native-size-matters) `0.4.2`
- [Mask input](https://github.com/CaioQuirinoMedeiros/react-native-mask-input) `1.2.3`
- [DayJS](https://github.com/iamkun/dayjs/) `1.11.11`
- [Net info](https://github.com/react-native-netinfo/react-native-netinfo) `11.3.1`
- [Share](https://github.com/react-native-share/react-native-share) `10.2.0`
- [Reanimated](https://github.com/software-mansion/react-native-reanimated) `3.10.0`
- [Menu](https://github.com/react-native-menu/menu) `1.0.2`Testing made with:
- [Jest](https://github.com/facebook/jest) `29.7.0`
- [Detox](https://github.com/wix/Detox) `20.20.3`
- [Storybook](https://storybook.js.org/tutorials/intro-to-storybook/react-native/en/get-started/) `7.6.18`Code quality covered with:
- [ESLint](https://github.com/eslint/eslint) `8.57.0`
- [ESLint Config React Strong](https://github.com/svbutko/eslint-config-react-strong) `2.4.0`
- [Husky](https://github.com/typicode/husky) `9.0.11`
- [Prettier](https://github.com/prettier/prettier) `3.2.5`
- [Lint staged](https://github.com/okonet/lint-staged) `15.2.2`And many other day-to-day useful dependencies.