react-native-timeline-listview icon indicating copy to clipboard operation
react-native-timeline-listview copied to clipboard

Calling onEventPress() with argument goes out of memory

Open Laurensdc opened this issue 6 years ago • 0 comments

<Timeline
    data={transformedData}
    onEventPress={(e) => {
        console.log(e);                                                        
    }}
/>

Crashes app with Out of memory error.

Laurensdc avatar Mar 01 '18 09:03 Laurensdc