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 6d8be50 commit 7c65f8eCopy full SHA for 7c65f8e
src/ReactNativeImagePicker.res
@@ -79,13 +79,13 @@ module ImagePicker = {
79
originalRotation: float,
80
}
81
82
- @module("react-native-image-picker") @scope("default")
+ @module("react-native-image-picker")
83
external launchCamera: (Options.t, response => unit) => unit = "launchCamera"
84
85
86
external showImagePicker: (Options.t, response => unit) => unit = "showImagePicker"
87
88
89
external launchImageLibrary: (Options.t, response => unit) => unit = "launchImageLibrary"
90
91
/*
0 commit comments