diff --git a/src/components/AnimatedComponents/extendedPropsAllowlists.ts b/src/components/AnimatedComponents/extendedPropsAllowlists.ts index b9d470f2d66..40cd35c9a43 100644 --- a/src/components/AnimatedComponents/extendedPropsAllowlists.ts +++ b/src/components/AnimatedComponents/extendedPropsAllowlists.ts @@ -12,7 +12,6 @@ import Animated from 'react-native-reanimated'; */ Animated.addWhitelistedNativeProps({ defaultValue: true, // AnimatedTextInput - text: true, // AnimatedTextInput }); /** diff --git a/src/react-native-animated-charts/src/index.ts b/src/react-native-animated-charts/src/index.ts index c141c422eac..12ca6cf03b4 100644 --- a/src/react-native-animated-charts/src/index.ts +++ b/src/react-native-animated-charts/src/index.ts @@ -1,6 +1,3 @@ -import Animated from 'react-native-reanimated'; -Animated.addWhitelistedNativeProps({ text: true }); - export { ChartPathProvider } from './charts/linear/ChartPathProvider'; export { default as ChartDot } from './charts/linear/ChartDot'; export { ChartYLabel, ChartXLabel } from './charts/linear/ChartLabels';