Skip to content

Commit f032592

Browse files
committed
update readme typos
1 parent d73f86d commit f032592

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
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.
88

9-
This repo supports the latest version of React Native (v0.57.8+) supported by RNN (at the time of writing).
9+
This repo supports the latest version of React Native supported by React Native Navigation.
1010

1111
| UPDATE | RNN | RN | React | Comments |
1212
|---|---|---|---|---|
@@ -17,13 +17,13 @@ This repo supports the latest version of React Native (v0.57.8+) supported by RN
1717

1818
### Who is this for?
1919

20-
Someone looking to jumpstart building apps using RN and prefers TS. The base setup has been taken care of, just `yarn install` and get going from respective IDEs.
20+
Someone looking to jumpstart building apps using RN and prefers TypeScript. The base setup has been taken care of, just `yarn install` and get going from respective IDEs.
2121

2222
You might also want to [rename](https://medium.com/the-react-native-log/how-to-rename-a-react-native-app-dafd92161c35) the app for your own use.
2323

2424
> _Disclaimer_: This is an **opinionated** approach to building apps with RN. The project structure is inspired by multiple production apps built by the contributors.
2525
26-
The project uses and encourages to use industry best practices / tools / libraries like RNN, redux, tslint, separation of concern and structure to build a maintainable app.
26+
The project uses and encourages to use industry best practices / tools / libraries like React Native Navigation, redux, tslint, separation of concern and structure to build a maintainable app.
2727

2828
| ![Splash](./src/view/assets/images/sample/1.png "Splash") | ![Home](./src/view/assets/images/sample/2.png "Home") |
2929
| :-------------------------------------------------------: | :---------------------------------------------------: |

0 commit comments

Comments
 (0)