frames-react-native
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -1,2 +0,2 @@ | ||
import { ImageSourcePropType, TextInputProps, ViewStyle, StyleProp, TouchableOpacityProps, TextProps } from "react-native"; | ||
import { ImageSourcePropType, TextInputProps, ViewStyle, StyleProp, TouchableOpacityProps, TextStyle } from "react-native"; | ||
export interface Schemes { | ||
@@ -141,3 +141,3 @@ Visa: string; | ||
phone?: GatewayPhone; | ||
name?: GatewayBillingAddress; | ||
name?: string; | ||
} | ||
@@ -155,4 +155,4 @@ export interface FrameCardTokenizationFailedEvent { | ||
title: string; | ||
textStyle?: TextProps; | ||
textStyle?: TextStyle; | ||
} | ||
export {}; |
{ | ||
"name": "frames-react-native", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "Frames React Native", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
172119