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
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,16 @@
2
2
This template is a react-native boilerplate project template to start with for new projects.
3
3
4
4
## Features
5
-
*Typescript ready: This template based on the typescript template [here](https://github.com/react-native-community/react-native-template-typescript
5
+
[✅]**Typescript ready:** This template based on the typescript template [here](https://github.com/react-native-community/react-native-template-typescript
6
6
)
7
-
*React Navigation ready: Includes [react navigation](https://reactnavigation.org/) with basic working functionality out-of-the-box to work with.
8
-
*TDD ready: Includes setup for [Jest](https://jestjs.io/), [Enzyme](https://enzymejs.github.io/enzyme/), [Detox](https://github.com/wix/Detox) for component and e2e testing.
9
-
*Lint ready: ESlint.
7
+
[✅]**React Navigation ready:** Includes [react navigation](https://reactnavigation.org/) with basic working functionality out-of-the-box to work with.
8
+
[✅]**TDD ready:** Includes setup for [Jest](https://jestjs.io/), [Enzyme](https://enzymejs.github.io/enzyme/), [Detox](https://github.com/wix/Detox) for component and e2e testing.
9
+
[✅]**Lint ready:** ESlint.
10
10
11
11
### Installation
12
12
In the desired folder where you want to create the project, open command line and type:
Official documentation for creating custom project templates can be found [here](https://github.com/react-native-community/cli/blob/master/docs/init.md#creating-custom-template
This template is a react-native boilerplate project template to start with for new projects.
3
+
4
+
## Features
5
+
[✅]**Typescript ready:** This template based on the typescript template [here](https://github.com/react-native-community/react-native-template-typescript
6
+
)
7
+
[✅]**React Navigation ready:** Includes [react navigation](https://reactnavigation.org/) with basic working functionality out-of-the-box to work with.
8
+
[✅]**TDD ready:** Includes setup for [Jest](https://jestjs.io/), [Enzyme](https://enzymejs.github.io/enzyme/), [Detox](https://github.com/wix/Detox) for component and e2e testing.
9
+
[✅]**Lint ready:** ESlint.
2
10
3
11
### Installation
4
-
>
12
+
In the desired folder where you want to create the project, open command line and type:
Official documentation for creating custom project templates can be found [here](https://github.com/react-native-community/cli/blob/master/docs/init.md#creating-custom-template
0 commit comments