Skip to content

Commit 57b26c8

Browse files
Merge pull request #231 from virdesai/bug/actionsheet-picker-animation-timing
message input picker bug
2 parents 0b6a097 + 0867a3d commit 57b26c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MessageInput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ class MessageInput extends PureComponent {
838838
break;
839839
default:
840840
}
841-
}, 10);
841+
}, 201); // 201ms to fire after the animation is complete https://github.com/beefe/react-native-actionsheet/blob/master/lib/ActionSheetCustom.js#L78
842842
}}
843843
styles={this.props.actionSheetStyles}
844844
/>

0 commit comments

Comments
 (0)