Skip to content

Commit 20afc6c

Browse files
committed
Update Readme
1 parent a8697c0 commit 20afc6c

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ Jumpstart building robust apps using React Native and TypeScript with most commo
3737
- Code Lint
3838
- [Airbnb's JS](https://github.com/airbnb/javascript) Linting
3939

40-
You might also want to rename the app for your own use. Follow any of the links below.
41-
- [How to Rename A React Native App](https://medium.com/the-react-native-log/how-to-rename-a-react-native-app-dafd92161c35)
42-
43-
Or
44-
45-
- NPM Package: [react-native-rename](https://www.npmjs.com/package/react-native-rename)
46-
4740
> _Disclaimer_: This is an **opinionated** approach to building apps with RN. The project structure is inspired by multiple production apps built by the contributors.
4841
4942
##### App Screens
@@ -61,6 +54,7 @@ Or
6154
- [Getting Started](#getting-started)
6255
- [Cheat Sheet](#cheat-sheet)
6356
- [Single Screen vs Tabbed Based Navigation](#single-screen-vs-tabbed-based-navigation)
57+
- [Renaming the App](#renaming-the-app)
6458
- [Contributing](#contributing)
6559
- [TODO](#todo)
6660

@@ -161,6 +155,15 @@ The application launches with a splash screen, and then moves to a tabbed based
161155

162156
For Single screen application, replace this tabbed based navigation with a single screen - just `home`, or simply use the splash screen to setup the app, may be with a burger menu.
163157

158+
#### Renaming the App
159+
160+
You might also want to rename the app for your own use. Follow any of the links below.
161+
- [How to Rename A React Native App](https://medium.com/the-react-native-log/how-to-rename-a-react-native-app-dafd92161c35)
162+
163+
Or
164+
165+
- NPM Package: [react-native-rename](https://www.npmjs.com/package/react-native-rename)
166+
164167
### Contributing
165168

166169
Please check out [Contributing](https://github.com/AmitM30/react-native-typescript-boilerplate/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)