Try sending data such that the component rendering the list is filling up the space. Either reduce your list component container size or increase data coming through (use mock). You have to make sure the data coming on first call is filling the container. You can try sending too much data in the first call to see if on scroll the onEndReached is called or not.