Skip to content

Commit 610b37f

Browse files
committed
readme
readme
1 parent a9bf3b0 commit 610b37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var deviceHeight = Dimensions.get('window').height;
2525
var ReactNativeSegmentedExample = React.createClass({
2626
onSelectPosition:function(event){
2727
console.log(event);
28-
ToastAndroid.show('segment '+event.selected, ToastAndroid.SHORT)
28+
ToastAndroid.show('segment '+event.value, ToastAndroid.SHORT)
2929
},
3030
render: function() {
3131
return (

0 commit comments

Comments
 (0)