File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
demo/src/screens/incubatorScreens
generatedTypes/components/tabController Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,20 @@ class TouchableOpacityScreen extends Component {
83
83
>
84
84
< Text white > TouchableOpacity2</ Text >
85
85
</ Incubator . TouchableOpacity2 >
86
+ < Incubator . TouchableOpacity2
87
+ marginT-20
88
+ paddingH-20
89
+ paddingV-8
90
+ br100
91
+ center
92
+ onPress = { this . onPress }
93
+ backgroundColor = { Colors . orange30 }
94
+ feedbackColor = { Colors . yellow20 }
95
+ activeOpacity = { 1 }
96
+ activeScale = { 0.98 }
97
+ >
98
+ < Text white > TouchableOpacity2 (without LongPress)</ Text >
99
+ </ Incubator . TouchableOpacity2 >
86
100
{ this . renderRNTouchableExample ( ) }
87
101
</ View >
88
102
) ;
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ export default class TabBarItem extends PureComponent<Props> {
117
117
onLayout : ( event : LayoutChangeEvent ) => void ;
118
118
onPress : ( ) => void ;
119
119
getItemStyle ( ) : any [ ] ;
120
- getLabelStyle ( ) : ( TextStyle | _ . Dictionary < Reanimated . Node < number > | Reanimated . Node < string | number | boolean > | Reanimated . Node < "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" > | undefined > | undefined ) [ ] ;
120
+ getLabelStyle ( ) : ( TextStyle | _ . Dictionary < Reanimated . Node < number > | Reanimated . Node < string | number > | Reanimated . Node < string | number | boolean > | Reanimated . Node < "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" > | undefined > | undefined ) [ ] ;
121
121
getIconStyle ( ) : {
122
122
tintColor : Reanimated . Node < string > ;
123
123
} | undefined ;
You can’t perform that action at this time.
0 commit comments