frames-react-native 1.1.8 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { ImageSourcePropType, TextInputProps, ViewStyle, StyleProp, TouchableOpacityProps, TextProps } from "react-native";
1
+ import { ImageSourcePropType, TextInputProps, ViewStyle, StyleProp, TouchableOpacityProps, TextStyle } from "react-native";
2
2
  export interface Schemes {
3
3
  Visa: string;
4
4
  Mastercard: string;
@@ -138,7 +138,7 @@ export interface FrameCardTokenizedEvent {
138
138
  product_type?: string;
139
139
  billing_address?: GatewayBillingAddress;
140
140
  phone?: GatewayPhone;
141
- name?: GatewayBillingAddress;
141
+ name?: string;
142
142
  }
143
143
  export interface FrameCardTokenizationFailedEvent {
144
144
  error_codes: Array<string>;
@@ -151,6 +151,6 @@ export interface CardBinChangedEvent {
151
151
  }
152
152
  export interface SubmitButtonProps extends TouchableOpacityProps {
153
153
  title: string;
154
- textStyle?: TextProps;
154
+ textStyle?: TextStyle;
155
155
  }
156
156
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frames-react-native",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Frames React Native",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {