We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b6a097 + 0867a3d commit 57b26c8Copy full SHA for 57b26c8
src/components/MessageInput.js
@@ -838,7 +838,7 @@ class MessageInput extends PureComponent {
838
break;
839
default:
840
}
841
- }, 10);
+ }, 201); // 201ms to fire after the animation is complete https://github.com/beefe/react-native-actionsheet/blob/master/lib/ActionSheetCustom.js#L78
842
}}
843
styles={this.props.actionSheetStyles}
844
/>
0 commit comments