Skip to content

Commit 3efc1af

Browse files
committed
update readme
1 parent 85e9ca2 commit 3efc1af

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# React Native Typescript Boilerplate
1+
# React Native Template - TypeScript
22

33
![Travis](https://api.travis-ci.com/AmitM30/react-native-typescript-boilerplate.svg?branch=master) [![Code Climate](https://codeclimate.com/github/AmitM30/react-native-typescript-boilerplate/badges/gpa.svg)](https://codeclimate.com/github/AmitM30/react-native-typescript-boilerplate) ![License](https://img.shields.io/github/license/AmitM30/react-native-typescript-boilerplate.svg) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md)
44

55
#### An opinionated [React Native](https://facebook.github.io/react-native/docs/getting-started) Starter Kit with [React Native Navigation](https://github.com/wix/react-native-navigation) + [Redux](https://github.com/reactjs/redux) + [Airbnb TSLint](https://github.com/airbnb/javascript) to build iOS and Android apps using [TypeScript](https://github.com/Microsoft/TypeScript-React-Native-Starter)
66

7-
___
8-
97
The project has been setup based off [RN Getting Started](https://facebook.github.io/react-native/docs/getting-started) and instructions from [Microsoft's Github TypeScript React Native Starter](https://github.com/Microsoft/TypeScript-React-Native-Starter) repo.
108

9+
___
10+
1111
### Supports React Native 0.63.3, React Native Navigation v7 and Flipper
1212

1313
| Updates | RNN | RN | React | Comments |
@@ -65,23 +65,23 @@ Jumpstart building robust apps using React Native and TypeScript with most commo
6565
├── ios iOS Native Code
6666
├── shared
6767
│ ├── redux Applications Logic
68-
│ │ ├── constants
69-
│ │ ├── actions
70-
│ │ ├── api
71-
│ │ ├── reducers
72-
│ │ ├── store
73-
│ │ └── thunk
68+
│ │ ├── constants
69+
│ │ ├── actions
70+
│ │ ├── api
71+
│ │ ├── reducers
72+
│ │ ├── store
73+
│ │ └── thunk
7474
│ └── utilities
7575
├── src
7676
│ ├── config Global Configuration
7777
│ ├── constants Screens, Localization
7878
│ ├── navigators Router, Navigation
7979
│ ├── view UI compoments
80-
│ │ ├── elements Custom elements
81-
│ │ ├── assets
82-
│ │ ├── screens
83-
│ │ ├── styles Typography
84-
│ │ └── widgets Custom components
80+
│ │ ├── elements Custom elements
81+
│ │ ├── assets
82+
│ │ ├── screens
83+
│ │ ├── styles Typography
84+
│ │ └── widgets Custom components
8585
│ └── utilities
8686
├── __tests__ Unit Tests
8787
│ ├── presentation

0 commit comments

Comments
 (0)