gifted-charts-core
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "gifted-charts-core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Mathematical and logical utilities used by react-gifted-charts and react-native-gifted-charts", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -685,4 +685,4 @@ import { useEffect, useMemo, useState } from "react"; | ||
endReached: props.endReached, | ||
startReached: props.startReached, | ||
onEndReached: props.onEndReached, | ||
onStartReached: props.onStartReached, | ||
}; | ||
@@ -689,0 +689,0 @@ |
@@ -289,4 +289,4 @@ import {ColorValue, GestureResponderEvent} from 'react-native'; | ||
endReached?: () => void; | ||
startReached?: () => void; | ||
onEndReached?: () => void; | ||
onStartReached?: () => void; | ||
}; | ||
@@ -293,0 +293,0 @@ type lineConfigType = { |
@@ -1765,4 +1765,4 @@ import { useEffect, useMemo, useState } from "react"; | ||
endReached: props.endReached, | ||
startReached: props.startReached, | ||
onEndReached: props.onEndReached, | ||
onStartReached: props.onStartReached, | ||
} | ||
@@ -1769,0 +1769,0 @@ |
@@ -319,4 +319,4 @@ import {ColorValue} from 'react-native'; | ||
endReached?: () => void; | ||
startReached?: () => void; | ||
onEndReached?: () => void; | ||
onStartReached?: () => void; | ||
}; | ||
@@ -323,0 +323,0 @@ |
@@ -257,4 +257,4 @@ import {ColorValue} from 'react-native'; | ||
endReached?: () => void; | ||
startReached?: () => void; | ||
onEndReached?: () => void; | ||
onStartReached?: () => void; | ||
}; | ||
@@ -261,0 +261,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
253090