Unable to scroll homepage after signing in

Hi Team,

After signing in into the app, homepage is unable to be scrolled. This issue is being observed in both Android and iOS applications.

Please note that homepage scroll is working fine for guest users who are not logged in however issue is observed as soon as user logs in into the app.

This issue has been discussed with @kevinfynd. Please help close this issue on priority.

CC @kevinfynd @Deepak_Basumatary

Hi the issue has been resolved. There was one function in theme which was giving error which we saw in console. In that method an element was access to add some elements and there was no null check in that. For testing purpose we commented that method which solved the scrolling issue in android and iOS.