callstack / callstack/react-native-paper
Text box cursor placement incorrect after android build , but appears correctly during dev and EAS update
- Dominant language
- TypeScript
- Stars
- 14.5k
- Forks
- 2.2k
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 12
Description
I am using expo for react-native development using their **EAS** build and **EAS** update services.
I have an issue with the TextInput component.
When I create an eas build for Android and run the app the cursor of the text box seems to stick to the top of the textbox as shown in the image

When I do an **EAS** update without any code changes and the I relaunch the app the cursor appears in its correct position.
So Im not sure what happens between an eas build and eas update that makes the TextInput cursor work component without any code changes
| react-native-paper | ^5.10.3
| expo sdk | ^49.0.0
Contributor guide
Assessment
This issue has not been assessed yet.