You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-20Lines changed: 9 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,20 @@
4
4
5
5
#### 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)
6
6
7
+
___
8
+
7
9
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.
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.
22
23
@@ -27,7 +28,8 @@ Jumpstart building robust apps using React Native and TypeScript with most commo
> _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
55
59
56
60
-[Project Structure](#project-structure)
57
61
-[Getting Started](#getting-started)
58
-
-[Lint](#lint)
59
62
-[Cheat Sheet](#cheat-sheet)
60
63
-[Single Screen vs Tabbed Based Navigation](#single-screen-vs-tabbed-based-navigation)
61
64
-[Contributing](#contributing)
@@ -143,27 +146,13 @@ Start an Android Simulator from:
143
146
Android Studio > Tools > AVD Manager > Run any device
144
147
```
145
148
146
-
Similarly, run from Android Studio itself or from Terminal:
149
+
Similarly, run from Android Studio itself Or from Terminal:
0 commit comments