|
diff --git a/node_modules/react-native-gifted-charts/src/BarChart/Animated2DWithGradient.tsx b/node_modules/react-native-gifted-charts/src/BarChart/Animated2DWithGradient.tsx |
|
index 6f4c959..0a9973c 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/BarChart/Animated2DWithGradient.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/BarChart/Animated2DWithGradient.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React, {useEffect, useState} from 'react'; |
|
import {View, LayoutAnimation, Platform, UIManager, Text} from 'react-native'; |
|
import LinearGradient from 'react-native-linear-gradient'; |
|
diff --git a/node_modules/react-native-gifted-charts/src/BarChart/RenderBars.tsx b/node_modules/react-native-gifted-charts/src/BarChart/RenderBars.tsx |
|
index 407e960..0aa9c50 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/BarChart/RenderBars.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/BarChart/RenderBars.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React from 'react'; |
|
import {View, TouchableOpacity, Animated, Text} from 'react-native'; |
|
import AnimatedThreeDBar from '../Components/AnimatedThreeDBar'; |
|
diff --git a/node_modules/react-native-gifted-charts/src/BarChart/RenderStackBars.tsx b/node_modules/react-native-gifted-charts/src/BarChart/RenderStackBars.tsx |
|
index b3f437d..c2a0c2c 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/BarChart/RenderStackBars.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/BarChart/RenderStackBars.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React, {useEffect} from 'react'; |
|
import { |
|
View, |
|
diff --git a/node_modules/react-native-gifted-charts/src/BarChart/index.tsx b/node_modules/react-native-gifted-charts/src/BarChart/index.tsx |
|
index b2a71a6..981866a 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/BarChart/index.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/BarChart/index.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React, {useCallback, useEffect, useMemo, useRef} from 'react'; |
|
import {Animated, Easing, View} from 'react-native'; |
|
import RenderBars from './RenderBars'; |
|
diff --git a/node_modules/react-native-gifted-charts/src/BarChart/styles.tsx b/node_modules/react-native-gifted-charts/src/BarChart/styles.tsx |
|
index f6af90e..cab9dbc 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/BarChart/styles.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/BarChart/styles.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import {StyleSheet} from 'react-native'; |
|
|
|
export const styles = StyleSheet.create({ |
|
diff --git a/node_modules/react-native-gifted-charts/src/Components/AnimatedThreeDBar/index.tsx b/node_modules/react-native-gifted-charts/src/Components/AnimatedThreeDBar/index.tsx |
|
index 81d02ed..6daca13 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/Components/AnimatedThreeDBar/index.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/Components/AnimatedThreeDBar/index.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React, {useEffect, useState} from 'react'; |
|
import { |
|
View, |
|
diff --git a/node_modules/react-native-gifted-charts/src/Components/AnimatedThreeDBar/styles.tsx b/node_modules/react-native-gifted-charts/src/Components/AnimatedThreeDBar/styles.tsx |
|
index 956751f..56ebcd0 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/Components/AnimatedThreeDBar/styles.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/Components/AnimatedThreeDBar/styles.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import {StyleSheet} from 'react-native'; |
|
|
|
export const styles = StyleSheet.create({ |
|
diff --git a/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/index.tsx b/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/index.tsx |
|
index 70a5a30..2d295eb 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/index.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/index.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React, {Fragment, useEffect} from 'react'; |
|
import {View, ScrollView, StyleSheet} from 'react-native'; |
|
import {renderHorizSections} from './renderHorizSections'; |
|
diff --git a/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderHorizSections.tsx b/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderHorizSections.tsx |
|
index b8e020c..93a4998 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderHorizSections.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderHorizSections.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React from 'react'; |
|
import {Text, View} from 'react-native'; |
|
import Rule from '../lineSvg'; |
|
diff --git a/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/index.tsx b/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/index.tsx |
|
index 9296ca9..4cd7042 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/index.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/index.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React from 'react'; |
|
import {View, Animated} from 'react-native'; |
|
import Svg, {Path} from 'react-native-svg'; |
|
diff --git a/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/renderDataPoints.tsx b/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/renderDataPoints.tsx |
|
index 50bad33..d822845 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/renderDataPoints.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/renderDataPoints.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React, {Fragment} from 'react'; |
|
import {styles} from '../../../BarChart/styles'; |
|
import {View} from 'react-native'; |
|
diff --git a/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/renderSpecificDataPoints.tsx b/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/renderSpecificDataPoints.tsx |
|
index 5f78a17..2f9eddf 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/renderSpecificDataPoints.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/renderSpecificDataPoints.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React, {Fragment} from 'react'; |
|
import {getXForLineInBar, getYForLineInBar} from 'gifted-charts-core'; |
|
import {Circle, Rect, Text as CanvasText} from 'react-native-svg'; |
|
diff --git a/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/renderSpecificVerticalLines.tsx b/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/renderSpecificVerticalLines.tsx |
|
index 32a91e4..9769f0d 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/renderSpecificVerticalLines.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderLineInBarChart/renderSpecificVerticalLines.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React from 'react'; |
|
import {Rect} from 'react-native-svg'; |
|
|
|
diff --git a/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderVerticalLines.tsx b/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderVerticalLines.tsx |
|
index d31e483..26af2ac 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderVerticalLines.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/Components/BarAndLineChartsWrapper/renderVerticalLines.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React from 'react'; |
|
import {View} from 'react-native'; |
|
import {chartTypes} from 'gifted-charts-core'; |
|
diff --git a/node_modules/react-native-gifted-charts/src/Components/BarSpecificComponents/barBackgroundPattern.tsx b/node_modules/react-native-gifted-charts/src/Components/BarSpecificComponents/barBackgroundPattern.tsx |
|
index 2d98756..9057bce 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/Components/BarSpecificComponents/barBackgroundPattern.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/Components/BarSpecificComponents/barBackgroundPattern.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React from 'react'; |
|
import Svg, {Defs, Rect} from 'react-native-svg'; |
|
|
|
diff --git a/node_modules/react-native-gifted-charts/src/Components/BarSpecificComponents/cap.tsx b/node_modules/react-native-gifted-charts/src/Components/BarSpecificComponents/cap.tsx |
|
index 26ed34d..76970d8 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/Components/BarSpecificComponents/cap.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/Components/BarSpecificComponents/cap.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React from 'react'; |
|
import {View} from 'react-native'; |
|
import {BarDefaults} from 'gifted-charts-core'; |
|
diff --git a/node_modules/react-native-gifted-charts/src/Components/common/Pointer.tsx b/node_modules/react-native-gifted-charts/src/Components/common/Pointer.tsx |
|
index 83a4017..30e472b 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/Components/common/Pointer.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/Components/common/Pointer.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React from 'react'; |
|
import {View} from 'react-native'; |
|
|
|
diff --git a/node_modules/react-native-gifted-charts/src/Components/common/StripAndLabel.tsx b/node_modules/react-native-gifted-charts/src/Components/common/StripAndLabel.tsx |
|
index 27e7ce0..9671bde 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/Components/common/StripAndLabel.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/Components/common/StripAndLabel.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React from 'react'; |
|
import {View} from 'react-native'; |
|
import Svg, {Line} from 'react-native-svg'; |
|
diff --git a/node_modules/react-native-gifted-charts/src/Components/lineSvg.tsx b/node_modules/react-native-gifted-charts/src/Components/lineSvg.tsx |
|
index 08cc34a..7b12ae0 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/Components/lineSvg.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/Components/lineSvg.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import * as React from 'react'; |
|
import {ColorValue} from 'react-native'; |
|
import Svg, {G, Path} from 'react-native-svg'; |
|
diff --git a/node_modules/react-native-gifted-charts/src/LineChart/LineChartBicolor.tsx b/node_modules/react-native-gifted-charts/src/LineChart/LineChartBicolor.tsx |
|
index b697ddd..8eee3cc 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/LineChart/LineChartBicolor.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/LineChart/LineChartBicolor.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React, {Fragment, useCallback, useEffect, useMemo, useRef} from 'react'; |
|
import {View, Animated, Easing, Text} from 'react-native'; |
|
import {styles} from './styles'; |
|
diff --git a/node_modules/react-native-gifted-charts/src/LineChart/index.tsx b/node_modules/react-native-gifted-charts/src/LineChart/index.tsx |
|
index 22da20d..694284d 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/LineChart/index.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/LineChart/index.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React, {Fragment, useCallback, useEffect, useMemo, useRef} from 'react'; |
|
import { |
|
View, |
|
diff --git a/node_modules/react-native-gifted-charts/src/LineChart/styles.tsx b/node_modules/react-native-gifted-charts/src/LineChart/styles.tsx |
|
index f9317fd..ae62c40 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/LineChart/styles.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/LineChart/styles.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import {StyleSheet} from 'react-native'; |
|
|
|
export const styles = StyleSheet.create({ |
|
diff --git a/node_modules/react-native-gifted-charts/src/PieChart/index.tsx b/node_modules/react-native-gifted-charts/src/PieChart/index.tsx |
|
index 6fef8e7..614fc5d 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/PieChart/index.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/PieChart/index.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React from 'react'; |
|
import {View} from 'react-native'; |
|
import {PieChartMain} from './main'; |
|
diff --git a/node_modules/react-native-gifted-charts/src/PieChart/main.tsx b/node_modules/react-native-gifted-charts/src/PieChart/main.tsx |
|
index 386e342..d65a9ed 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/PieChart/main.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/PieChart/main.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React from 'react'; |
|
import {View} from 'react-native'; |
|
import Svg, { |
|
diff --git a/node_modules/react-native-gifted-charts/src/PopulationPyramid/index.tsx b/node_modules/react-native-gifted-charts/src/PopulationPyramid/index.tsx |
|
index 0f63e9e..cb41548 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/PopulationPyramid/index.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/PopulationPyramid/index.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
import React, {Fragment} from 'react'; |
|
import {View} from 'react-native'; |
|
import { |
|
diff --git a/node_modules/react-native-gifted-charts/src/index.tsx b/node_modules/react-native-gifted-charts/src/index.tsx |
|
index f9e713d..96e5358 100644 |
|
--- a/node_modules/react-native-gifted-charts/src/index.tsx |
|
+++ b/node_modules/react-native-gifted-charts/src/index.tsx |
|
@@ -1,3 +1,4 @@ |
|
+// @ts-nocheck |
|
export {BarChart} from './BarChart'; |
|
export {PieChart} from './PieChart'; |
|
export {LineChart} from './LineChart'; |