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 d1bcff7 commit 6779253Copy full SHA for 6779253
src/components/TextInput/BaseTextInput/implementation/index.native.tsx
@@ -376,12 +376,7 @@ function BaseTextInput(
376
ref.current = baseTextInputRef;
377
}
378
379
-<<<<<<< HEAD
380
input.current = element;
381
-=======
382
- const elementRef = element as AnimatedTextInputRef | AnimatedMarkdownTextInputRef | null;
383
- input.current = elementRef;
384
->>>>>>> 7acd72ff71c (Prettier run)
385
}}
386
// eslint-disable-next-line
387
{...inputProps}
0 commit comments