An open API service indexing awesome lists of open source software.

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

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)