We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f090cf0 + 94f5192 commit 3e10ef3Copy full SHA for 3e10ef3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "frames-react-native",
3
- "version": "1.1.8",
+ "version": "1.1.9",
4
"description": "Frames React Native",
5
"main": "dist/index.js",
6
"scripts": {
src/types/types.tsx
@@ -4,8 +4,7 @@ import {
ViewStyle,
StyleProp,
TouchableOpacityProps,
7
- TextProps,
8
- TextStyle
+ TextStyle,
9
} from "react-native";
10
11
export interface Schemes {
0 commit comments