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 01104a0 commit 7bee29aCopy full SHA for 7bee29a
example/App.js
@@ -1,5 +1,5 @@
1
// Choose one:
2
-import Example from './src/ImmutableListViewExample';
3
-// import Example from './src/ImmutableVirtualizedListExample';
+// import Example from './src/ImmutableListViewExample';
+import Example from './src/ImmutableVirtualizedListExample';
4
5
export default Example;
0 commit comments