# DraggableFlatList **Repository Path**: wcly/draggable-flat-list ## Basic Information - **Project Name**: DraggableFlatList - **Description**: rn拖拽demo - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # reanimated-2-playground This repo contains a fresh React Native project with preinstalled Reanimated V2 Checkout using the following command to start playing with the new Reanimated API: ```bash > git clone git@github.com:software-mansion-labs/reanimated-2-playground.git ``` Don't forget to install dependencies: ```bash > cd reanimated-2-playground && yarn ``` If you want to install app on the iOS simulator: ```bash npx pod-install ``` Then run the app using Xcode or `react-native` CLI. [Check Reanimated 2 documentation here.](https://docs.swmansion.com/react-native-reanimated/)