File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -102,20 +102,21 @@ export default class App extends Component<{}> {
102
102
< TouchableOpacity style = { styles . buttonColor } onPress = { ( ) => this . changeInvocationEvent ( 'Shake' ) } >
103
103
< Text style = { styles . textInvoke } > SHAKE </ Text >
104
104
</ TouchableOpacity >
105
- < TouchableOpacity style = { styles . buttonColor } onPress = { ( ) => this . changeInvocationEvent ( 'Button' ) } >
106
- < Text style = { styles . textInvoke } > FLOATING BUTTON </ Text >
107
- </ TouchableOpacity >
108
105
< TouchableOpacity style = { styles . buttonColor } onPress = { ( ) => this . changeInvocationEvent ( 'Screenshot' ) } >
109
106
< Text style = { styles . textInvoke } > SCREENSHOT </ Text >
110
107
</ TouchableOpacity >
108
+ < TouchableOpacity style = { styles . buttonColor } onPress = { ( ) => this . changeInvocationEvent ( 'twoFingersSwipe' ) } >
109
+ < Text style = { styles . textInvoke } > TWO FINGERS SWIPE LEFT</ Text >
110
+ </ TouchableOpacity >
111
+ < TouchableOpacity style = { styles . buttonColor } onPress = { ( ) => this . changeInvocationEvent ( 'Button' ) } >
112
+ < Text style = { styles . textInvoke } > FLOATING BUTTON </ Text >
113
+ </ TouchableOpacity >
111
114
< TouchableOpacity style = { styles . buttonColor } onPress = { ( ) => this . changeInvocationEvent ( 'None' ) } >
112
115
< Text style = { styles . textInvoke } > NONE </ Text >
113
116
</ TouchableOpacity >
114
117
</ View >
115
118
< / V i e w >
116
119
) ;
117
- }
118
- return ;
119
120
}
120
121
121
122
toggleSwitch = ( value ) => {
You can’t perform that action at this time.
0 commit comments