From 8ceb3baf7581964ba48f01f2a37c6cfa1c4e8b21 Mon Sep 17 00:00:00 2001 From: Aakash N S Date: Sun, 1 Nov 2015 03:20:22 +0530 Subject: [PATCH] Single Choice example --- examples/ExampleApp/index.android.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/examples/ExampleApp/index.android.js b/examples/ExampleApp/index.android.js index 3b19e34..fd38e13 100644 --- a/examples/ExampleApp/index.android.js +++ b/examples/ExampleApp/index.android.js @@ -21,17 +21,6 @@ class ExampleApp extends React.Component { this.state = {selected: 0}; } handleClick() { - // NativeModules.SimpleDialog.showBasicDialog({ - // title: "Hello World", - // content: "This seems to be working well", - // positiveText: "Cool!", - // negativeText: "Get Lost", - // neutralText: "Hmm" - // }, - // () => this.setState({count: this.state.count + 1}), - // () => this.setState({count: this.state.count - 1}), - // (x, op) => console.log(x, op) - // ); NativeModules.SimpleDialog.showItemsDialog({ title: "Country",