react-native-klarna-inapp-sdk
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -25,3 +25,4 @@ "use strict"; | ||
width: '100%', | ||
height: this.state.nativeViewHeight | ||
height: this.state.nativeViewHeight, | ||
flexShrink: 1 | ||
}, | ||
@@ -28,0 +29,0 @@ returnUrl: this.props.returnUrl || '', |
@@ -25,3 +25,4 @@ "use strict"; | ||
width: '100%', | ||
height: this.state.nativeViewHeight | ||
height: this.state.nativeViewHeight, | ||
flexShrink: 1 | ||
}, | ||
@@ -28,0 +29,0 @@ category: this.props.category || '', |
@@ -17,3 +17,4 @@ import React, { Component } from 'react'; | ||
width: '100%', | ||
height: this.state.nativeViewHeight | ||
height: this.state.nativeViewHeight, | ||
flexShrink: 1 | ||
}, | ||
@@ -20,0 +21,0 @@ returnUrl: this.props.returnUrl || '', |
@@ -17,3 +17,4 @@ import React, { Component } from 'react'; | ||
width: '100%', | ||
height: this.state.nativeViewHeight | ||
height: this.state.nativeViewHeight, | ||
flexShrink: 1 | ||
}, | ||
@@ -20,0 +21,0 @@ category: this.props.category || '', |
{ | ||
"name": "react-native-klarna-inapp-sdk", | ||
"title": "Klarna Mobile SDK React Native", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.", | ||
@@ -38,3 +38,4 @@ "main": "lib/commonjs/index", | ||
"lint:fix": "eslint \"src/**/*.{js,ts,tsx}\" --fix", | ||
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | ||
"prettier": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | ||
"prettier:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | ||
"clean": "del-cli android/build ios/build TestApp/android/build TestApp/android/app/build TestApp/ios/build", | ||
@@ -41,0 +42,0 @@ "pods": "pod-install --quiet", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
350453
1928