Commit e709571 1 parent c6ce6c6 commit e709571 Copy full SHA for e709571
File tree 6 files changed +11
-12
lines changed
cra-template-nativebase-typescript
expo-nativebase-typescript
react-native-template-nativebase
react-native-template-nativebase-typescript
6 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
-
2
- # cra-template-nativebase-typescript
1
+ # NativeBase TypeScript CRA Template
3
2
4
3
The official NativeBase template for [ Create React App] ( https://github.com/facebook/create-react-app )
5
4
6
5
## Usage
7
6
8
7
``` sh
9
- npx create-react-app my-app --template nativebase- typescript
8
+ npx create-react-app my-app --template @native-base/ typescript
10
9
```
Original file line number Diff line number Diff line change 1
- # cra-template-nativebase
1
+ # NativeBase CRA Template
2
2
3
3
The official NativeBase template for [ Create React App] ( https://reactjs.org/docs/create-a-new-react-app.html#create-react-app )
4
4
5
5
## Usage
6
6
7
7
``` sh
8
- npx create-react-app my-app --template nativebase
9
- ```
8
+ npx create-react-app my-app --template @native-base
9
+ ```
Original file line number Diff line number Diff line change 1
- # expo-template-native-base-typescript
1
+ # NativeBase TypeScript Expo Template
2
2
3
3
The official NativeBase TypeScript template for [ Expo] ( https://docs.expo.io/ )
4
4
5
5
## Usage
6
6
7
7
``` sh
8
- expo init my-app --template expo-template- native-base-typescript
8
+ expo init my-app --template @ native-base/expo-template -typescript
9
9
```
Original file line number Diff line number Diff line change 1
- # expo-template-native-base
1
+ # NativeBase Expo Template
2
2
3
3
The official NativeBase template for [ Expo] ( https://docs.expo.io/ )
4
4
5
5
## Usage
6
6
7
7
``` sh
8
- expo init my-app --template expo-template- native-base
8
+ expo init my-app --template @ native-base/expo-template
9
9
```
Original file line number Diff line number Diff line change 3
3
## Usage
4
4
5
5
``` 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
7
7
```
8
8
9
9
### Note on the legacy CLI
Original file line number Diff line number Diff line change 3
3
## Usage
4
4
5
5
``` 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
7
7
```
8
8
9
9
### Note on the legacy CLI
You can’t perform that action at this time.
0 commit comments