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 9347b39 commit f8c038eCopy full SHA for f8c038e
1 file changed
src/ReactNativeSomething.re
@@ -1,4 +1,4 @@
1
type t;
2
3
[@bs.module "@react-native-community/something"]
4
-external method: unit => unit = "";
+external method: unit => unit = "method";
0 commit comments