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 9c3854c commit 87f9620Copy full SHA for 87f9620
index.js
@@ -3,9 +3,11 @@
3
import KeyboardAwareMixin from './lib/KeyboardAwareMixin'
4
import KeyboardAwareScrollView from './lib/KeyboardAwareScrollView'
5
import KeyboardAwareListView from './lib/KeyboardAwareListView'
6
+import KeyboardAwareFlatList from './lib/KeyboardAwareFlatList'
7
8
export {
9
KeyboardAwareMixin,
- KeyboardAwareScrollView,
10
- KeyboardAwareListView
+ KeyboardAwareListView,
11
+ KeyboardAwareFlatList,
12
+ KeyboardAwareScrollView
13
}
0 commit comments