When I go to another page that has a series of textinput in it, the labels related to it are displayed too late.
I thought there was a problem with the i18n, which might give the text to the component late, but when I put this text manually, it would still load late.
Could this problem be due to paper textinput or not?
"react-native": "0.63.4",
"react-native-paper": "^4.7.1",
"react-native-vector-icons": "^8.1.0"
When I go to another page that has a series of textinput in it, the labels related to it are displayed too late.
I thought there was a problem with the i18n, which might give the text to the component late, but when I put this text manually, it would still load late.
Could this problem be due to paper textinput or not?
"react-native": "0.63.4",
"react-native-paper": "^4.7.1",
"react-native-vector-icons": "^8.1.0"