Skip to content

Commit a8697c0

Browse files
committed
Merge branch 'master' into dev
2 parents ce3e78f + 72acb73 commit a8697c0

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

README.md

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
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+
79
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.
810

911
### Supports React Native 0.63.3, React Native Navigation v7 and Flipper
1012

11-
| UPDATE | RNN | RN | React | Comments |
13+
| | RNN | RN | React | Comments |
1214
|---|---|---|---|---|
1315
| 07 Oct '20 | 7.1.0 | 0.63.3 | 16.13.1 | Support for Flipper
1416
| 27 Apr '20 | 3.7.0 | 0.61.5 | 16.9.0 | Support for RN > 0.60, Android X
1517
| 02 Nov '19 | 2.26.2 | 0.59.10 | | Maintenance |
16-
| 30 Apr '19 | 2.18.3 | 0.59.5 | 16.8.6 | Maintenance |
1718
| 08 Mar '19 | 2.13.1 | 0.58.6 | 16.8.4 |
1819

19-
### Introduction
20+
## Introduction
2021

2122
Jumpstart building robust apps using React Native and TypeScript with most commoly needed tools already setup. Just `yarn install` and get going from respective IDEs.
2223

@@ -27,7 +28,8 @@ Jumpstart building robust apps using React Native and TypeScript with most commo
2728
- [Redux](https://redux.js.org/introduction/getting-started)
2829
- [Redux-Thunk](https://github.com/reduxjs/redux-thunk) middleware
2930
- Widgets / Elements
30-
Build your own design system with these building blocks.
31+
32+
Build your own design system with these building blocks.
3133
- **elements**: `<BUTTON_DEFAULT>` or `<CText>`. They are custom elements that have default properties like font, size and so on.
3234
- **widgets**: Any component providing a complete functionality. E.g. carousels component, banner component, etc.
3335
- Typography
@@ -37,7 +39,9 @@ Build your own design system with these building blocks.
3739

3840
You might also want to rename the app for your own use. Follow any of the links below.
3941
- [How to Rename A React Native App](https://medium.com/the-react-native-log/how-to-rename-a-react-native-app-dafd92161c35)
42+
4043
Or
44+
4145
- NPM Package: [react-native-rename](https://www.npmjs.com/package/react-native-rename)
4246

4347
> _Disclaimer_: This is an **opinionated** approach to building apps with RN. The project structure is inspired by multiple production apps built by the contributors.
@@ -55,7 +59,6 @@ Or
5559

5660
- [Project Structure](#project-structure)
5761
- [Getting Started](#getting-started)
58-
- [Lint](#lint)
5962
- [Cheat Sheet](#cheat-sheet)
6063
- [Single Screen vs Tabbed Based Navigation](#single-screen-vs-tabbed-based-navigation)
6164
- [Contributing](#contributing)
@@ -143,27 +146,13 @@ Start an Android Simulator from:
143146
Android Studio > Tools > AVD Manager > Run any device
144147
```
145148

146-
Similarly, run from Android Studio itself or from Terminal:
149+
Similarly, run from Android Studio itself Or from Terminal:
147150
```
148151
yarn android
149152
# runs the following command
150153
# react-native run-android --variant=Debug
151154
```
152155

153-
### Lint
154-
155-
To run lint on the application, run:
156-
157-
```
158-
yarn lint
159-
```
160-
161-
Fixes most tslint issues automatically:
162-
163-
```
164-
yarn lint:fix
165-
```
166-
167156
### Cheat Sheet
168157

169158
#### Single Screen vs Tabbed Based Navigation

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6176,6 +6176,8 @@ metro-symbolicate@0.58.0:
61766176
resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.58.0.tgz#ba9fd52549c41fc1b656adaad7c8875726dd5abe"
61776177
integrity sha512-uIVxUQC1E26qOMj13dKROhwAa2FmZk5eR0NcBqej/aXmQhpr8LjJg2sondkoLKUp827Tf/Fm9+pS4icb5XiqCw==
61786178
dependencies:
6179+
"@babel/traverse" "^7.0.0"
6180+
"@babel/types" "^7.0.0"
61796181
invariant "^2.2.4"
61806182
metro-source-map "0.58.0"
61816183
source-map "^0.5.6"

0 commit comments

Comments
 (0)