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 b1cd2a8 commit c399a67Copy full SHA for c399a67
examples/ScrollViewExample.js
@@ -1,5 +1,5 @@
1
import React from 'react';
2
-import { ScrollView, View, Text, FlatList } from 'react-native';
+import { ScrollView, View, Text } from 'react-native';
3
import ScrollUp from 'react-native-scroll-up';
4
5
const data = Array.from(Array(20));
0 commit comments