We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818e686 commit e5ab49cCopy full SHA for e5ab49c
1 file changed
js/Touchable.js
@@ -10,13 +10,11 @@ import {
10
View,
11
} from 'react-native'
12
13
-type Style = Object | number
14
-
15
type Props = {
16
ios?: 'opacity' | 'highlight' | 'without',
17
android?: 'native' | 'opacity' | 'highlight' | 'without',
18
onPress?: () => void,
19
- outerStyle?: Style | Array<Style>,
+ outerStyle?: mixed,
20
outerProps?: Object,
21
disabled?: boolean,
22
children?: any,
0 commit comments