Skip to content

Commit

Permalink
Merge pull request #3 from GeekyAnts/fix/package-name
Browse files Browse the repository at this point in the history
updated package names
  • Loading branch information
Ajamuar authored Jul 19, 2021
2 parents ada6212 + 149471d commit be38f15
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion expo-nativebase-typescript/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ The official NativeBase TypeScript template for [Expo](https://docs.expo.io/)
## Usage

```sh
expo init my-app --template expo-template-nativebase-typescript
expo init my-app --template expo-template-native-base-typescript
```
4 changes: 2 additions & 2 deletions expo-nativebase-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "expo-template-nativebase-typescript",
"name": "expo-template-native-base-typescript",
"version": "1.0.1",
"main": "node_modules/expo/AppEntry.js",
"keywords": [
Expand Down Expand Up @@ -42,4 +42,4 @@
"@types/react-native": "~0.63.2",
"typescript": "~4.0.0"
}
}
}
2 changes: 1 addition & 1 deletion expo-nativebase/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ The official NativeBase template for [Expo](https://docs.expo.io/)
## Usage

```sh
expo init my-app --template expo-template-nativebase
expo init my-app --template expo-template-native-base
```
4 changes: 2 additions & 2 deletions expo-nativebase/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "expo-template-nativebase",
"name": "expo-template-native-base",
"version": "1.0.1",
"main": "node_modules/expo/AppEntry.js",
"keywords": [
Expand Down Expand Up @@ -38,4 +38,4 @@
"devDependencies": {
"@babel/core": "^7.9.0"
}
}
}
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-nativebase-typescript
npx react-native init MyApp --template react-native-template-native-base-typescript
```

### Note on the legacy CLI
Expand Down
4 changes: 2 additions & 2 deletions react-native-template-nativebase-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-native-template-nativebase-typescript",
"name": "react-native-template-native-base-typescript",
"version": "1.0.0",
"keywords": [
"react-native",
Expand All @@ -14,4 +14,4 @@
"directory": "react-native-template-nativebase-typescript"
},
"license": "MIT"
}
}
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-nativebase
npx react-native init MyApp --template react-native-template-native-base
```

### Note on the legacy CLI
Expand Down
4 changes: 2 additions & 2 deletions react-native-template-nativebase/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-native-template-nativebase",
"name": "react-native-template-native-base",
"version": "1.0.0",
"keywords": [
"react-native",
Expand All @@ -13,4 +13,4 @@
"directory": "react-native-template-nativebase"
},
"license": "MIT"
}
}

0 comments on commit be38f15

Please sign in to comment.