Socket
Socket
Sign inDemoInstall

cra-template-nativebase-typescript

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.1.5

2

package.json
{
"name": "cra-template-nativebase-typescript",
"version": "1.1.4",
"version": "1.1.5",
"keywords": [

@@ -5,0 +5,0 @@ "react",

@@ -1,3 +0,4 @@

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

@@ -8,9 +9,3 @@

```sh
npx create-react-app my-app --template nativebase
```
## TypeScript
```sh
npx create-react-app my-app --template nativebase-typescript
```

@@ -13,3 +13,3 @@ {

"web-vitals": "^1.0.1",
"native-base": "^3.0.0",
"native-base": "3.2.1",
"react-native-safe-area-context": "^3.2.0",

@@ -22,5 +22,8 @@ "react-native-svg": "^12.1.1",

"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
"extends": [
"react-app",
"react-app/jest"
]
}
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc