I am trying to create horizontal recycler inside another horizontal recycler but the problem is that the outer recycler is the only scrollable thing
I tried
daysRecyclerView.isNestedScrollingEnabled = true
not working this is a test project : github.com/osama-raddad/RCTest