Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
kubabutkiewicz committed Nov 3, 2023
1 parent 932267f commit 4429722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LinearGradient/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import LinearGradientNative from 'react-native-linear-gradient';

type LinearGradient = typeof LinearGradientNative;
console.log(LinearGradientNative);

export default LinearGradient;

0 comments on commit 4429722

Please sign in to comment.