You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this library in js, in my app,in the first route (using a tabNavigator) the AutoScroll Component has a conditional hidden class.
Its shows the folowing error: ERROR TypeError: contentRef.current.measure is not a function (it is undefined), js engine: hermes
When i change the route, the autoscroll shows up just fine, but if i return to the first route ("Parocinios") when i go to another route, the scroll has stoped.
The text was updated successfully, but these errors were encountered:
Using this library in js, in my app,in the first route (using a tabNavigator) the AutoScroll Component has a conditional hidden class.
Its shows the folowing error: ERROR TypeError: contentRef.current.measure is not a function (it is undefined), js engine: hermes
When i change the route, the autoscroll shows up just fine, but if i return to the first route ("Parocinios") when i go to another route, the scroll has stoped.
The text was updated successfully, but these errors were encountered: