File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ export default class App extends Component<{}> {
57
57
< TouchableOpacity style = { styles . button } onPress = { ( ) => this . sendFeedback ( ) } >
58
58
< Text style = { styles . text } > SEND FEEDBACK </ Text >
59
59
</ TouchableOpacity >
60
+ < TouchableOpacity style = { styles . button } onPress = { ( ) => this . sendCrashReport ( ) } >
61
+ < Text style = { styles . text } > THROW HANDLED EXCEPTION </ Text >
62
+ </ TouchableOpacity >
60
63
< TouchableOpacity style = { styles . button } onPress = { ( ) => this . startNewConversation ( ) } >
61
64
< Text style = { styles . text } > START A NEW CONVERSATION </ Text >
62
65
</ TouchableOpacity >
@@ -66,6 +69,9 @@ export default class App extends Component<{}> {
66
69
< TouchableOpacity style = { styles . button } onPress = { ( ) => this . showMultipleQuestionSurvey ( ) } >
67
70
< Text style = { styles . text } > SHOW MULTIPLE QUESTION SURVEY </ Text >
68
71
</ TouchableOpacity >
72
+ < TouchableOpacity style = { styles . button } onPress = { ( ) => this . showFeatureRequests ( ) } >
73
+ < Text style = { styles . text } > SHOW FEATURE REQUESTS </ Text >
74
+ </ TouchableOpacity >
69
75
< TouchableOpacity style = { styles . button } onPress = { ( ) => this . showUnreadMessagesCount ( ) } >
70
76
< Text style = { styles . text } > GET UNREAD MESSAGES COUNT </ Text >
71
77
</ TouchableOpacity >
@@ -153,6 +159,8 @@ export default class App extends Component<{}> {
153
159
Surveys . showSurvey ( "pcV_mE2ttqHxT1iqvBxL0w" ) ;
154
160
}
155
161
162
+ showFeatureRequests ( ) {
163
+ FeatureRequests . show ( ) ;
156
164
}
157
165
158
166
sendBugReport ( ) {
You can’t perform that action at this time.
0 commit comments