cra-template-nativebase
Advanced tools
Comparing version 1.1.2 to 1.1.5
{ | ||
"name": "cra-template-nativebase", | ||
"version": "1.1.2", | ||
"version": "1.1.5", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "react", |
# cra-template-nativebase | ||
The official NativeBase template for [Create React App](https://github.com/facebook/create-react-app) | ||
The official NativeBase template for [Create React App](https://reactjs.org/docs/create-a-new-react-app.html#create-react-app) | ||
@@ -9,8 +9,2 @@ ## Usage | ||
npx create-react-app my-app --template nativebase | ||
``` | ||
## TypeScript | ||
```sh | ||
npx create-react-app my-app --template nativebase-typescript | ||
``` | ||
``` |
@@ -8,3 +8,3 @@ { | ||
"web-vitals": "^1.0.1", | ||
"native-base": "^3.0.0", | ||
"native-base": "3.2.1", | ||
"react-native-safe-area-context": "^3.2.0", | ||
@@ -17,5 +17,8 @@ "react-native-svg": "^12.1.1", | ||
"eslintConfig": { | ||
"extends": ["react-app", "react-app/jest"] | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
} | ||
} | ||
} | ||
} |
152
30773
9