Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit e26fe79

Browse files
authored
Update README.md
Fix wrong path
1 parent d00fced commit e26fe79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ resolve: {
1313
alias: {
1414
'react-native': 'react-native-web',
1515
...
16-
'FlatList': 'react-native-web-lists/FlatList',
17-
'SectionList': 'react-native-web-lists/SectionList',
16+
'FlatList': 'react-native-web-lists/src/FlatList',
17+
'SectionList': 'react-native-web-lists/src/SectionList',
1818
}
1919
}
2020
```

0 commit comments

Comments
 (0)