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.
1 parent 40cdc8f commit b3e1982Copy full SHA for b3e1982
packages/mobile/src/components/composer-input/ComposerInput.tsx
@@ -497,7 +497,7 @@ export const ComposerInput = forwardRef(function ComposerInput(
497
498
return (
499
<>
500
- {displayCancelAccessory ? (
+ {Platform.OS === 'ios' && displayCancelAccessory ? (
501
<InputAccessoryView nativeID='cancelButtonAccessoryView'>
502
<Flex
503
backgroundColor='white'
0 commit comments