We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d40da commit b1aa17aCopy full SHA for b1aa17a
src/TypeRichTextInput.tsx
@@ -142,21 +142,6 @@ const TypeRichTextInput = forwardRef(
142
});
143
}
144
145
- /* eslint-disable @typescript-eslint/no-unused-vars */
146
- const {
147
- // native-only / android-only props we never want on <View />
148
- androidExperimentalSynchronousEvents,
149
- onChangeSelection,
150
- onChangeText,
151
- onPasteImageData,
152
- onFocus,
153
- onBlur,
154
-
155
- // everything else
156
- ...restProps
157
- } = props;
158
- /* eslint-enable @typescript-eslint/no-unused-vars */
159
160
return (
161
<NativeTypeRichTextInput
162
ref={nativeRef}
0 commit comments