Socket
Socket
Sign inDemoInstall

@pnthach95/react-native-root-view-background

Package Overview
Dependencies
515
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"name": "@pnthach95/react-native-root-view-background",
"title": "React Native Root View Background",
"version": "1.0.0",
"version": "1.0.1",
"description": "Set root view background color for Android and iOS",

@@ -28,3 +28,3 @@ "main": "lib/commonjs/index",

"prepare": "bob build",
"release": "release-it",
"release": "release-it --npm.skipChecks",
"example": "yarn --cwd example",

@@ -59,2 +59,3 @@ "pods": "cd example && pod-install --quiet",

"commitlint": "^11.0.0",
"dotenv-cli": "^4.0.0",
"eslint": "^7.15.0",

@@ -111,2 +112,5 @@ "eslint-config-prettier": "^7.0.0",

},
"publishConfig": {
"access": "public"
},
"eslintConfig": {

@@ -113,0 +117,0 @@ "extends": [

@@ -32,3 +32,3 @@ # React Native Root View Background

```javascript
import { setRootViewBackgroundColor } from 'react-native-root-view-background';
import { setRootViewBackgroundColor } from '@pnthach95/react-native-root-view-background';

@@ -35,0 +35,0 @@ const Main = () => {

Sorry, the diff of this file is not supported yet

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