Skip to content

Commit a4318d7

Browse files
ethanneffalvaromb
authored andcommitted
fix: remove React Native 57+ ListView deprecation warnings (APSL#319)
1 parent aad61a8 commit a4318d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
import listenToKeyboardEvents from './lib/KeyboardAwareHOC'
44
import KeyboardAwareScrollView from './lib/KeyboardAwareScrollView'
5-
import KeyboardAwareListView from './lib/KeyboardAwareListView'
65
import KeyboardAwareFlatList from './lib/KeyboardAwareFlatList'
76
import KeyboardAwareSectionList from './lib/KeyboardAwareSectionList'
87

98
export {
109
listenToKeyboardEvents,
11-
KeyboardAwareListView,
1210
KeyboardAwareFlatList,
1311
KeyboardAwareSectionList,
1412
KeyboardAwareScrollView

0 commit comments

Comments
 (0)