Skip to content

Commit 3e10ef3

Browse files
Merge pull request checkout#23 from checkout/version
2 parents f090cf0 + 94f5192 commit 3e10ef3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frames-react-native",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "Frames React Native",
55
"main": "dist/index.js",
66
"scripts": {

src/types/types.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import {
44
ViewStyle,
55
StyleProp,
66
TouchableOpacityProps,
7-
TextProps,
8-
TextStyle
7+
TextStyle,
98
} from "react-native";
109

1110
export interface Schemes {

0 commit comments

Comments
 (0)