https://github.com/mcodex/react-native-typescript-starter
A clean RN starter including some awesome tools
https://github.com/mcodex/react-native-typescript-starter
jest react-native react-native-testing-library react-navigation-v5 styled-components typescript
Last synced: 2 months ago
JSON representation
A clean RN starter including some awesome tools
- Host: GitHub
- URL: https://github.com/mcodex/react-native-typescript-starter
- Owner: mCodex
- License: mit
- Created: 2020-07-23T22:10:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T07:39:07.000Z (5 months ago)
- Last Synced: 2025-01-20T10:17:44.721Z (4 months ago)
- Topics: jest, react-native, react-native-testing-library, react-navigation-v5, styled-components, typescript
- Language: Java
- Homepage:
- Size: 1.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Native Typescript Starter
A clean React-Native with TypeScript starter.
## 🌟 Motivation
Creating new projects from takes some time then it is better to have an entry point for a new project.
This project is not intended to be another boilerplate which includes a lot of libraries out of the box. It just includes the necessary to start working on your own.
## 📚 Libraries
* [Styled-Components](https://styled-components.com/)
* [React-Navigation v5](https://reactnavigation.org/)
* [Airbnb's Eslint](https://www.npmjs.com/package/eslint-config-airbnb)
* [React-Native Testing Library](https://github.com/callstack/react-native-testing-library)