Skip to content

Commit

Permalink
Merge pull request #259 from GeekyAnts/fix/content-r2
Browse files Browse the repository at this point in the history
updated templates' installing command
  • Loading branch information
amars29 authored Feb 18, 2022
2 parents b275850 + 9948a8e commit 69874c0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/3.3.x/install-cra.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ The easiest way to get started with NativeBase in create react app is using Nati
### JavaScript

```bash
npx create-react-app my-app --template nativebase
npx create-react-app my-app --template @native-base
cd my-app/
yarn start
```

### TypeScript

```bash
npx create-react-app my-app --template nativebase-typescript
npx create-react-app my-app --template @native-base/typescript
cd my-app/
yarn start
```
Expand Down
4 changes: 2 additions & 2 deletions docs/3.3.x/install-expo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Expo helps you to create universal (iOS, Android and Web) React Native apps with
<Box maxWidth="750px">

```bash
expo init my-app --template expo-template-native-base
expo init my-app --template @native-base/expo-template
```

</Box>
Expand All @@ -30,7 +30,7 @@ expo init my-app --template expo-template-native-base
<Box maxWidth="750px">

```bash
expo init my-app --template expo-template-native-base-typescript
expo init my-app --template @native-base/expo-template-typescript
```

</Box>
Expand Down
4 changes: 2 additions & 2 deletions docs/3.3.x/install-rn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { TileLink } from "../src/components";
<Box maxWidth="750px">

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

</Box>
Expand All @@ -31,7 +31,7 @@ npx react-native init MyApp --template react-native-template-native-base
<Box maxWidth="750px">

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

</Box>
Expand Down
4 changes: 2 additions & 2 deletions docs/next/install-cra.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ The easiest way to get started with NativeBase in create react app is using Nati
### JavaScript

```bash
npx create-react-app my-app --template nativebase
npx create-react-app my-app --template @native-base
cd my-app/
yarn start
```

### TypeScript

```bash
npx create-react-app my-app --template nativebase-typescript
npx create-react-app my-app --template @native-base/typescript
cd my-app/
yarn start
```
Expand Down
4 changes: 2 additions & 2 deletions docs/next/install-expo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Expo helps you to create universal (iOS, Android and Web) React Native apps with
<Box maxWidth="750px">

```bash
expo init my-app --template expo-template-native-base
expo init my-app --template @native-base/expo-template
```

</Box>
Expand All @@ -30,7 +30,7 @@ expo init my-app --template expo-template-native-base
<Box maxWidth="750px">

```bash
expo init my-app --template expo-template-native-base-typescript
expo init my-app --template @native-base/expo-template-typescript
```

</Box>
Expand Down
4 changes: 2 additions & 2 deletions docs/next/install-rn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { TileLink } from "../src/components";
<Box maxWidth="750px">

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

</Box>
Expand All @@ -31,7 +31,7 @@ npx react-native init MyApp --template react-native-template-native-base
<Box maxWidth="750px">

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

</Box>
Expand Down

1 comment on commit 69874c0

@vercel
Copy link

@vercel vercel bot commented on 69874c0 Feb 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.