{"id":25038980,"url":"https://github.com/vobi-ge/react-native-animated-flatlist","last_synced_at":"2025-10-29T22:24:02.444Z","repository":{"id":57335350,"uuid":"151976150","full_name":"vobi-ge/react-native-animated-flatlist","owner":"vobi-ge","description":"Animated Flatlist for React-Native","archived":false,"fork":false,"pushed_at":"2018-10-07T22:46:54.000Z","size":2609,"stargazers_count":59,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T21:06:06.652Z","etag":null,"topics":["animated","flatlist","react-native"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vobi-ge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-07T19:12:47.000Z","updated_at":"2024-09-09T01:59:54.000Z","dependencies_parsed_at":"2022-08-29T10:10:44.840Z","dependency_job_id":null,"html_url":"https://github.com/vobi-ge/react-native-animated-flatlist","commit_stats":null,"previous_names":["shakogegia/react-native-animated-flatlist","vobi-ge/react-native-animated-flatlist","vobi-io/react-native-animated-flatlist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vobi-ge%2Freact-native-animated-flatlist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vobi-ge%2Freact-native-animated-flatlist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vobi-ge%2Freact-native-animated-flatlist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vobi-ge%2Freact-native-animated-flatlist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vobi-ge","download_url":"https://codeload.github.com/vobi-ge/react-native-animated-flatlist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724342,"owners_count":21151557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animated","flatlist","react-native"],"created_at":"2025-02-06T02:02:52.696Z","updated_at":"2025-10-29T22:23:57.378Z","avatar_url":"https://github.com/vobi-ge.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# React Native Animated Flatlist\nAnimated Flatlist for React-Native\n\n[View demo on Snack](https://snack.expo.io/@shakogegia/react-native-animated-flatlist-demo)\n\n\n\u003cimg src=\"./screenshots/demo.gif\" style=\"margin:auto\" height=\"500\" /\u003e\n\n### Install\n\n```bash\nnpm i -S react-native-animated-flatlist\n```\nor \n```bash\nyarn add react-native-animated-flatlist\n```\n\n### Usage\nImport library\n\n```js\nimport AnimatedFlatlist from 'react-native-animated-flatlist'\n```\n\nUsage\n\n```jsx\n\u003cAnimatedFlatlist\n  items={this.state.data.concat([])}\n  id={\"id\"}\n  inAnimation={\"fadeIn\"}\n  outAnimation={\"fadeOut\"}\n  duration={300}\n  rowItem={({item}) =\u003e (\n    \u003cText\u003eRender Item...\u003c/Text\u003e\n  )}\n/\u003e\n```\n\n### Props\n\nName              | Type               | Description    | Default Value                                                                                                                                                                           \n-------------    | ---------------------------------------- |  ---------------------------------------- |  ----------------------------------------\nitems  | array | Array of objects to iterate | []\nid  | string | Uniq identifier property of object | -  \ninAnimation  | string | Animation for newly created item (See react-native-animatable for available animations) | fadeIn\noutAnimation  | string | Animation for deleted item (See react-native-animatable for available animations) | fadeOut\nduration | nubmer | Animation duration  | 300\nrowItem | function({item, index}) | React component to render Item with `item` and `index` params | -\n\n\nAlso you can use React-native Flatlist props\n\n### Credits\n\nhttps://github.com/oblador/react-native-animatable","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvobi-ge%2Freact-native-animated-flatlist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvobi-ge%2Freact-native-animated-flatlist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvobi-ge%2Freact-native-animated-flatlist/lists"}