piupiupiu
piupiupiu
I have the same problem, but with the ViewNavigator. I tried all workarounds suggested in this thread. No luck, unfortunately. Here is the sample code (I use handlebars as a...
Thank you for the fast reply. I removed the height, but the issue remains :( BTW, I added this css rule after as you have a similar rule in the...
I come up with the following workaround solution. I used [NoSSR package](https://github.com/kadirahq/react-no-ssr) to conditionally load React Phone Input: {this.renderPhone()} And then in `renderPhone` method: renderPhone = () => { let...