mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-05 03:09:23 +00:00
[fix] VirtualizedList sync from react-native
Fix #2432 Close #2167 Close #2502
This commit is contained in:
committed by
Nicolas Gallagher
parent
1c5119b7e1
commit
5ace60eb7e
+4
-1
@@ -6,11 +6,14 @@
|
||||
<PROJECT_ROOT>/packages/.*/dist/.*
|
||||
<PROJECT_ROOT>/packages/react-native-web-docs/.*
|
||||
<PROJECT_ROOT>/packages/react-native-web-examples/.*
|
||||
.*/node_modules/.*/.*.json
|
||||
|
||||
[include]
|
||||
|
||||
[declarations]
|
||||
.*/node_modules/.*
|
||||
|
||||
[libs]
|
||||
|
||||
[options]
|
||||
indexed_access=true
|
||||
munge_underscores=true
|
||||
|
||||
Reference in New Issue
Block a user