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

FlatList based timeline component for React Native for iOS and Android

Results 55 react-native-timeline-flatlist issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Passing options gives TS error. ``` { const time = ( {rowData.time} ); const title = {rowData.title}; const desc = rowData.description ? ( {rowData.description} ) : null; return ( {time}...

how can i style this timeline component to appear horizontally instead

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Hi, I've added this 2 props so you can edit the padding and the margin of the column line and distance it even more or less from the details and...