Skip to content

Commit e91a8a1

Browse files
committed
Fix import
1 parent 725e0cc commit e91a8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReactNativeSlider.re

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@bs.module] [@react.component]
1+
[@bs.module "@react-native-community/slider"] [@react.component]
22
external make:
33
(
44
~style: ReactNative.Style.t=?,
@@ -71,4 +71,4 @@ external make:
7171
~onMagicTap: unit => unit=?
7272
) =>
7373
React.element =
74-
"@react-native-community/slider";
74+
"default";

0 commit comments

Comments
 (0)