Skip to content

Commit 7cc6146

Browse files
committed
fix(SmartScrollView): expose SmartScrollView
1 parent 34d107b commit 7cc6146

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useFormSmartScroll, ScrollView } from './Provider';
1+
import SmartScrollView, { useFormSmartScroll, ScrollView } from './Provider';
22
import { TextInput } from './TextInput';
33
import ViewWrapper from './ViewWrapper';
44
import { withSmartScroll } from './withSmartScroll';
@@ -9,4 +9,5 @@ export const MagicScroll = {
99
ViewWrapper,
1010
TextInput,
1111
withSmartScroll,
12+
SmartScrollView,
1213
};

0 commit comments

Comments
 (0)