We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0ea10 commit 4bf546cCopy full SHA for 4bf546c
examples/App.tsx
@@ -2,6 +2,8 @@ import React, { JSX } from 'react';
2
import { FlatList, StyleSheet, useColorScheme,View } from 'react-native';
3
import { GestureHandlerRootView } from 'react-native-gesture-handler';
4
5
+// todo: resolve import with eslint compliance
6
+// eslint-disable-next-line import/no-unresolved
7
import DropDownPickerExample, { ExampleProps } from './example-src-files/example';
8
9
const EXAMPLES: Array<ExampleProps> = [{
0 commit comments