Skip to content

Commit dbed2d5

Browse files
committed
Type outerStyle to any
1 parent 58d77bb commit dbed2d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/Touchable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Props = $ReadOnly<{
1515
ios?: 'opacity' | 'highlight' | 'without',
1616
android?: 'native' | 'opacity' | 'highlight' | 'without',
1717
onPress?: () => mixed,
18-
outerStyle?: mixed,
18+
outerStyle?: any,
1919
outerProps?: {},
2020
disabled?: boolean,
2121
children: React.Element<any>,

0 commit comments

Comments
 (0)