TypeError: expected dynamic type double', but had type
null' (constructing arguments for UiManager.dispatchViewManagerCommand at argument index 0)
#14633
Labels
Resolution: Locked
This issue was locked by the bot.
Hi. I try to implement simple LoginScreen with two input fields, LogIn button and Forgot password button. Navigation between the screens is implemented with the help of "react-navigation": "1.0.0-beta.11". So, when I click on Forgot password at my LoginScreen and then turn back to the LoginScreen and then click on any of the input fields - TypeError: expected dynamic type
double', but had type
null' (constructing arguments for UiManager.dispatchViewManagerCommand at argument index 0) appears.It seems that findNodeHandle returns null. But how to fix this issue??
React Native version: 0.44
React version: 16.0.0-alpha.6
Platform: Android
LoginScreen render method:
The text was updated successfully, but these errors were encountered: