Skip to content

Commit 4bf546c

Browse files
committed
temporary fix eslint import error
1 parent ed0ea10 commit 4bf546c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import React, { JSX } from 'react';
22
import { FlatList, StyleSheet, useColorScheme,View } from 'react-native';
33
import { GestureHandlerRootView } from 'react-native-gesture-handler';
44

5+
// todo: resolve import with eslint compliance
6+
// eslint-disable-next-line import/no-unresolved
57
import DropDownPickerExample, { ExampleProps } from './example-src-files/example';
68

79
const EXAMPLES: Array<ExampleProps> = [{

0 commit comments

Comments
 (0)