Skip to content

Commit

Permalink
Update ActionSheetIOSExample.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak authored May 29, 2020
1 parent d26c76c commit 7d82791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const ScreenshotManager = NativeModules.ScreenshotManager;
const BUTTONS = ['Option 0', 'Option 1', 'Option 2', 'Delete', 'Cancel'];
const DESTRUCTIVE_INDEX = 3;
const CANCEL_INDEX = 4;
const DISABLED_BUTTON_INDICES = [1.0, 2.0];
const DISABLED_BUTTON_INDICES = [1, 2];

type Props = $ReadOnly<{||}>;
type State = {|clicked: string|};
Expand Down

0 comments on commit 7d82791

Please sign in to comment.