Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus25 committed Feb 15, 2022
1 parent c6ce6c6 commit e709571
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
5 changes: 2 additions & 3 deletions cra-template-nativebase-typescript/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

# cra-template-nativebase-typescript
# NativeBase TypeScript CRA Template

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

## Usage

```sh
npx create-react-app my-app --template nativebase-typescript
npx create-react-app my-app --template @native-base/typescript
```
6 changes: 3 additions & 3 deletions cra-template-nativebase/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# cra-template-nativebase
# NativeBase CRA Template

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

## Usage

```sh
npx create-react-app my-app --template nativebase
```
npx create-react-app my-app --template @native-base
```
4 changes: 2 additions & 2 deletions expo-nativebase-typescript/Readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# expo-template-native-base-typescript
# NativeBase TypeScript Expo Template

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

## Usage

```sh
expo init my-app --template expo-template-native-base-typescript
expo init my-app --template @native-base/expo-template-typescript
```
4 changes: 2 additions & 2 deletions expo-nativebase/Readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# expo-template-native-base
# NativeBase Expo Template

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

## Usage

```sh
expo init my-app --template expo-template-native-base
expo init my-app --template @native-base/expo-template
```
2 changes: 1 addition & 1 deletion react-native-template-nativebase-typescript/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Usage

```sh
npx react-native init MyApp --template react-native-template-native-base-typescript
npx react-native init MyApp --template @native-base/react-native-template-typescript
```

### Note on the legacy CLI
Expand Down
2 changes: 1 addition & 1 deletion react-native-template-nativebase/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Usage

```sh
npx react-native init MyApp --template react-native-template-native-base
npx react-native init MyApp --template @native-base/react-native-template
```

### Note on the legacy CLI
Expand Down

0 comments on commit e709571

Please sign in to comment.