Skip to content

Commit e709571

Browse files
committed
updated readme
1 parent c6ce6c6 commit e709571

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
2-
# cra-template-nativebase-typescript
1+
# NativeBase TypeScript CRA Template
32

43
The official NativeBase template for [Create React App](https://github.com/facebook/create-react-app)
54

65
## Usage
76

87
```sh
9-
npx create-react-app my-app --template nativebase-typescript
8+
npx create-react-app my-app --template @native-base/typescript
109
```

cra-template-nativebase/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# cra-template-nativebase
1+
# NativeBase CRA Template
22

33
The official NativeBase template for [Create React App](https://reactjs.org/docs/create-a-new-react-app.html#create-react-app)
44

55
## Usage
66

77
```sh
8-
npx create-react-app my-app --template nativebase
9-
```
8+
npx create-react-app my-app --template @native-base
9+
```

expo-nativebase-typescript/Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# expo-template-native-base-typescript
1+
# NativeBase TypeScript Expo Template
22

33
The official NativeBase TypeScript template for [Expo](https://docs.expo.io/)
44

55
## Usage
66

77
```sh
8-
expo init my-app --template expo-template-native-base-typescript
8+
expo init my-app --template @native-base/expo-template-typescript
99
```

expo-nativebase/Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# expo-template-native-base
1+
# NativeBase Expo Template
22

33
The official NativeBase template for [Expo](https://docs.expo.io/)
44

55
## Usage
66

77
```sh
8-
expo init my-app --template expo-template-native-base
8+
expo init my-app --template @native-base/expo-template
99
```

react-native-template-nativebase-typescript/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Usage
44

55
```sh
6-
npx react-native init MyApp --template react-native-template-native-base-typescript
6+
npx react-native init MyApp --template @native-base/react-native-template-typescript
77
```
88

99
### Note on the legacy CLI

react-native-template-nativebase/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Usage
44

55
```sh
6-
npx react-native init MyApp --template react-native-template-native-base
6+
npx react-native init MyApp --template @native-base/react-native-template
77
```
88

99
### Note on the legacy CLI

0 commit comments

Comments
 (0)