fullStackOasis
fullStackOasis
Screenshot showing the issue: 
It appears that this is a React Native bug with `TextInput` and some specific Android devices. I opened an issue here: https://github.com/facebook/react-native/issues/37502
@dabakovich Thank you for getting back to this. I tried installing [v3.0.0-alpha.4](https://github.com/dabakovich/react-native-controlled-mentions/releases/tag/v3.0.0-alpha.4) - that was the latest - and made a few changes to [my sample project](https://github.com/fullStackOasis/react-native-controlled-mentions-example/tree/v3.0.0-alpha.2), but the problem...
I used [patch-package](https://www.npmjs.com/package/patch-package) to apply this patch. Worked for me: ``` diff --git a/node_modules/react-native-local-resource/android/build.gradle b/node_modules/react-native-local-resource/android/build.gradle index ae0b6dc..24520a2 100644 --- a/node_modules/react-native-local-resource/android/build.gradle +++ b/node_modules/react-native-local-resource/android/build.gradle @@ -36,6 +36,6 @@ repositories { } dependencies...