onViewableItemsChanged does not seem to work when there is a state change in the app. Is this correct?
Seems like it wouldn\'t be very useful if this
Move the viewabilityConfig object to the constructor.
constructor() { this.viewabilityConfig = { viewAreaCoveragePercentThreshold: 50 }; } render() { return( console.log(info)} viewabilityConfig={this.viewabilityConfig} renderItem={({item}) => Dogs and Cats } /> ) }