There was an error while loading. Please reload this page.
2 parents dd419ff + 2b0d681 commit b49ddc3Copy full SHA for b49ddc3
1 file changed
docs/docs/misc/known-limitations.md
@@ -32,3 +32,11 @@ We may add support for more tags and related functionality over time - see the
32
not supported yet, the best way to let us know is to open a
33
[GitHub issue](https://github.com/software-mansion/react-native-enriched-html/issues)
34
in our repo.
35
+
36
+## No global blur support on mobile
37
38
+On mobile, you can use `Keyboard.dismiss()` and `keyboardShouldPersistTaps` to blur
39
+the React Native's `TextInput` on taps outside of it. This doesn't work
40
+with `EnrichedTextInput`. This is a limitation of React Native itself, not
41
+something specific to this library: React Native doesn't expose
42
+`TextInputState` publicly, so we can't register our input in the React Native state.
0 commit comments