Jude Fabiano
Results
2
comments of
Jude Fabiano
You can also avoid calling getNode() in general. It also works. For instance I had _scrollView.current.getNode().scrollTo({x: x, y: 0, animated: true}) and just changed it to _scrollView.current.scrollTo({x: x, y: 0,...
ERROR Invariant Violation: Module AppRegistry is not a registered callable module ( React native V6)
You are probably facing this issue after some changes in your app. I solved it in mine by going to the android folder and running **.gradlew clean** then running **npm...