Skip to content

Commit e5ab49c

Browse files
committed
outerStyle prop to mixed
1 parent 818e686 commit e5ab49c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

js/Touchable.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ import {
1010
View,
1111
} from 'react-native'
1212

13-
type Style = Object | number
14-
1513
type Props = {
1614
ios?: 'opacity' | 'highlight' | 'without',
1715
android?: 'native' | 'opacity' | 'highlight' | 'without',
1816
onPress?: () => void,
19-
outerStyle?: Style | Array<Style>,
17+
outerStyle?: mixed,
2018
outerProps?: Object,
2119
disabled?: boolean,
2220
children?: any,

0 commit comments

Comments
 (0)