import Pull from 'pulljs'; Pull.init({ instructionsPullToRefresh: 'Pull to Refresh', instructionsReleaseToRefresh: 'Release to Refresh', instructionsRefreshing: 'Refreshing', onRefresh: () => alert('hello pulljs') });