Skip to content

Commit

Permalink
ignore typecheck for react import
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtux59 committed Jul 4, 2024
1 parent 87935ad commit 9e9a739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/src/components/HorizontalDivider.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore
import React from 'react';
import { StyleSheet, View } from 'react-native';

Expand Down
1 change: 1 addition & 0 deletions example/src/components/LoadingView.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore
import React from 'react';
import { ActivityIndicator, Text, View } from 'react-native';
import { styles } from '../styles';
Expand Down

0 comments on commit 9e9a739

Please sign in to comment.