Example snack: https://snack.expo.dev/@computerjazz/draggable-flatlist-examples import React, { useState } from "react"; import { Text, View, StyleSheet, TouchableOpacity } from "react-native"; import DraggableFlatList, { ScaleDecorator, } from "react-native-draggable-flatlist"; const NUM_...
Example snack:https://snack.expo.dev/@computerjazz/draggable-flatlist-examples importReact,{useState}from"react";import{Text,View,StyleSheet,TouchableOpacity}from"react-native";importDraggableFlatList,{ScaleDecorator,}from"react-native-draggable-flatlist";constNUM_ITEMS=10;functiongetColor(i:number){const...
Example snack: https://snack.expo.dev/@computerjazz/draggable-flatlist-examples import React, { useState } from "react"; import { Text, View, StyleSheet, TouchableOpacity } from "react-native"; import DraggableFlatList, { ScaleDecorator, } from "react-native-draggable-flatlist"; const NUM_ITE...
Example snack: https://snack.expo.dev/@computerjazz/draggable-flatlist-examples import React, { useState } from "react"; import { Text, View, StyleSheet, TouchableOpacity } from "react-native"; import DraggableFlatList, { ScaleDecorator, } from "react-native-draggable-flatlist"; const NUM_ITE...
Example snack:https://snack.expo.dev/@computerjazz/draggable-flatlist-examples importReact,{useState}from"react";import{Text,View,StyleSheet,TouchableOpacity}from"react-native";importDraggableFlatList,{ScaleDecorator,}from"react-native-draggable-flatlist";constNUM_ITEMS=10;functiongetColor(i:number){const...