Single Choice example

This commit is contained in:
Aakash N S 2015-11-01 03:20:22 +05:30
parent ebe400fa3d
commit 8ceb3baf75
1 changed files with 0 additions and 11 deletions

View File

@ -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",