Skip to content

Commit f8c038e

Browse files
committed
avoid bs warning for empty external method
1 parent 9347b39 commit f8c038e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ReactNativeSomething.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
type t;
22

33
[@bs.module "@react-native-community/something"]
4-
external method: unit => unit = "";
4+
external method: unit => unit = "method";

0 commit comments

Comments
 (0)