onButtonClick: function(val) {
   Controllers.DrawerControllerIOS("drawer_options").setStyle({
     animationType: val
   });
 },
 onPress: function() {
   Controllers.DrawerControllerIOS("drawer_options").toggle({side:"right"});
 }