Update CharProgress.tsx
This commit is contained in:
@@ -4,10 +4,10 @@ import {
|
|||||||
View,
|
View,
|
||||||
type ViewStyle,
|
type ViewStyle,
|
||||||
} from 'react-native'
|
} from 'react-native'
|
||||||
// @ts-ignore no type definition -prf
|
import {
|
||||||
import ProgressCircle from 'react-native-progress/Circle'
|
Circle as ProgressCircle,
|
||||||
// @ts-ignore no type definition -prf
|
Pie as ProgressPie,
|
||||||
import ProgressPie from 'react-native-progress/Pie'
|
} from 'react-native-progress'
|
||||||
|
|
||||||
import {MAX_GRAPHEME_LENGTH} from '#/lib/constants'
|
import {MAX_GRAPHEME_LENGTH} from '#/lib/constants'
|
||||||
import {atoms as a, useTheme} from '#/alf'
|
import {atoms as a, useTheme} from '#/alf'
|
||||||
|
|||||||
Reference in New Issue
Block a user