When initial data is null I get an error example ``` const celebrities = null; <ScrollableList data={celebrities} renderRow={(data) => <Celebrity {...data} />} /> ``` <img width="611" alt="screen shot 2016-06-13 at 15 33 48" src="https://cloud.githubusercontent.com/assets/18703900/16011185/4180f260-317c-11e6-95b3-d4026ebc79ef.png">