File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,12 @@ export default class App extends Component<{}> {
60
60
< TouchableOpacity style = { styles . button } onPress = { ( ) => this . startNewConversation ( ) } >
61
61
< Text style = { styles . text } > START A NEW CONVERSATION </ Text >
62
62
</ TouchableOpacity >
63
+ < TouchableOpacity style = { styles . button } onPress = { ( ) => this . showNpsSurvey ( ) } >
64
+ < Text style = { styles . text } > SHOW NPS SURVEY </ Text >
65
+ </ TouchableOpacity >
66
+ < TouchableOpacity style = { styles . button } onPress = { ( ) => this . showMultipleQuestionSurvey ( ) } >
67
+ < Text style = { styles . text } > SHOW MULTIPLE QUESTION SURVEY </ Text >
68
+ </ TouchableOpacity >
63
69
< TouchableOpacity style = { styles . button } onPress = { ( ) => this . showUnreadMessagesCount ( ) } >
64
70
< Text style = { styles . text } > GET UNREAD MESSAGES COUNT </ Text >
65
71
</ TouchableOpacity >
@@ -139,6 +145,14 @@ export default class App extends Component<{}> {
139
145
BugReporting . invoke ( ) ;
140
146
}
141
147
148
+ showMultipleQuestionSurvey ( ) {
149
+ Surveys . showSurvey ( "ZAKSlVz98QdPyOx1wIt8BA" ) ;
150
+ }
151
+
152
+ showNpsSurvey ( ) {
153
+ Surveys . showSurvey ( "pcV_mE2ttqHxT1iqvBxL0w" ) ;
154
+ }
155
+
142
156
}
143
157
144
158
sendBugReport ( ) {
You can’t perform that action at this time.
0 commit comments