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 34d107b commit 7cc6146Copy full SHA for 7cc6146
src/index.tsx
@@ -1,4 +1,4 @@
1
-import { useFormSmartScroll, ScrollView } from './Provider';
+import SmartScrollView, { useFormSmartScroll, ScrollView } from './Provider';
2
import { TextInput } from './TextInput';
3
import ViewWrapper from './ViewWrapper';
4
import { withSmartScroll } from './withSmartScroll';
@@ -9,4 +9,5 @@ export const MagicScroll = {
9
ViewWrapper,
10
TextInput,
11
withSmartScroll,
12
+ SmartScrollView,
13
};
0 commit comments