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
{{ message }}
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.
if I push one page after another page then I want to pop first page (first page have lazyload) then have a problem. it is [error][tid:com.facebook.react.JavaScript] null is not an object (evaluating 'container.contentOffset={x:x,y:y}') 2017-08-13 00:21:21.290 [fatal][tid:com.facebook.react.ExceptionsManagerQueue] Unhandled JS Exception: null is not an object (evaluating 'container.contentOffset={x:x,y:y}')
The text was updated successfully, but these errors were encountered:
@alameddince
The reason is when you unmount the second page, lazyloadManage will set the container to null, however if the name of lazyloadScrollView in your second page is the same with the first page, when you return, the container in the first page will be null.
I encount the same problem, and I am now trying to solve it. A simple way is add a timestamp tail behind your scrollView name
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
if I push one page after another page then I want to pop first page (first page have lazyload) then have a problem. it is
[error][tid:com.facebook.react.JavaScript] null is not an object (evaluating 'container.contentOffset={x:x,y:y}') 2017-08-13 00:21:21.290 [fatal][tid:com.facebook.react.ExceptionsManagerQueue] Unhandled JS Exception: null is not an object (evaluating 'container.contentOffset={x:x,y:y}')
The text was updated successfully, but these errors were encountered: