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<{}> {
102102 < TouchableOpacity style = { styles . buttonColor } onPress = { ( ) => this . changeInvocationEvent ( 'Shake' ) } >
103103 < Text style = { styles . textInvoke } > SHAKE </ Text >
104104 </ TouchableOpacity >
105- < TouchableOpacity style = { styles . buttonColor } onPress = { ( ) => this . changeInvocationEvent ( 'Button' ) } >
106- < Text style = { styles . textInvoke } > FLOATING BUTTON </ Text >
107- </ TouchableOpacity >
108105 < TouchableOpacity style = { styles . buttonColor } onPress = { ( ) => this . changeInvocationEvent ( 'Screenshot' ) } >
109106 < Text style = { styles . textInvoke } > SCREENSHOT </ Text >
110107 </ 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 >
111114 < TouchableOpacity style = { styles . buttonColor } onPress = { ( ) => this . changeInvocationEvent ( 'None' ) } >
112115 < Text style = { styles . textInvoke } > NONE </ Text >
113116 </ TouchableOpacity >
114117 </ View >
115118 < / V i e w >
116119 ) ;
117- }
118- return ;
119120 }
120121
121122 toggleSwitch = ( value ) => {
You can’t perform that action at this time.
0 commit comments