Skip to content

Commit

Permalink
keyboardAppearance optional
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarpentier authored Mar 12, 2019
1 parent d0dc14c commit c9fa57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ interface ComposerProps {
multiline?: boolean;
textInputStyle?: RN.TextInputProps['style'];
textInputAutoFocus?: boolean;
keyboardAppearance: RN.TextInputProps['keyboardAppearance'];
keyboardAppearance?: RN.TextInputProps['keyboardAppearance'];
}

export class Composer extends React.Component<ComposerProps> {}
Expand Down

0 comments on commit c9fa57a

Please sign in to comment.