mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-01-12 22:46:44 +08:00
Fix Error: Attempted import error: 'FlatListProps' is not exported from 'react-native-web/dist/index'.
This commit is contained in:
@@ -1 +1,5 @@
|
||||
export { FlatList, FlatListProps } from 'react-native'
|
||||
import { FlatListProps as OriginalFlatListProps } from 'react-native'
|
||||
|
||||
export interface FlatListProps<ItemT> extends OriginalFlatListProps<ItemT> {}
|
||||
|
||||
export { FlatList } from 'react-native'
|
||||
|
||||
Reference in New Issue
Block a user