ДА
Size: a a a
ДА
ЕП
import Animated from 'react-native-reanimated';
const AnimatedFlatList = Animated.createAnimatedComponent( FlatList );
ДА
ЕП
ДА
ДА
const renderCell = ({ children, index }) => {
return <View style={{ zIndex: index === 0 ? 900 : index }}>{children}</View>;
};
ДА
ЕП
ЕП
ДА
ДА
ЕП
ЕП
ДА
ЕП
ДА
ЕП
ДА
ДА