diff --git a/InstabugSample/index.ios.js b/InstabugSample/index.ios.js index ba7ebfed3..26092fdb9 100644 --- a/InstabugSample/index.ios.js +++ b/InstabugSample/index.ios.js @@ -28,7 +28,6 @@ export default class InstabugSample extends Component { constructor(props) { super(props); Instabug.startWithToken('0f0dc916bd9175e3b5d2fdf0cfa49a69', Instabug.invocationEvent.shake); - const ds = new ListView.DataSource({rowHasChanged: (r1, r2) => r1 !== r2}); this.state = { dataSource: ds.cloneWithRows(this._genRows({})), @@ -62,8 +61,7 @@ export default class InstabugSample extends Component { "Unread messages count", "Set locale", "Set color theme", - "Set primary color", - "Show surveys" + "Set primary color" ]; return dataBlob; } @@ -87,8 +85,6 @@ export default class InstabugSample extends Component { this._showColorThemeActionSheet(); } else if (rowID == 7) { this._showPrimaryColorActionSheet(); - } else if (rowID == 8) { - this._showSurveys(); } } @@ -229,11 +225,6 @@ export default class InstabugSample extends Component { }); } - _showSurveys() { - console.log("show surveys") - Instabug.showSurveysIfAvailable() - } - _renderSeparator(sectionID: number, rowID: number, adjacentRowHighlighted: bool) { return (