Skip to content

Commit

Permalink
fix reanimated crash (#6227)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 authored Oct 25, 2024
1 parent b38351a commit ccd158c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import Animated from 'react-native-reanimated';
*/
Animated.addWhitelistedNativeProps({
defaultValue: true, // AnimatedTextInput
text: true, // AnimatedTextInput
});

/**
Expand Down
3 changes: 0 additions & 3 deletions src/react-native-animated-charts/src/index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit ccd158c

Please sign in to comment.