Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import React from "react";
import { G } from "react-native-svg";
import { VictoryLegend } from "victory-legend/es";
import { Dimensions } from "react-native";
import VictoryLabel from "./victory-label";
import VictoryContainer from "./victory-container";
import Point from "./victory-primitives/point";
import Border from "./victory-primitives/border";
export default class extends VictoryLegend {
static defaultProps = Object.assign({}, VictoryLegend.defaultProps, {
borderComponent: ,
containerComponent: ,
dataComponent: ,
groupComponent: