diff --git a/src/styleSheetRe.re b/src/styleSheetRe.re index 1d1ea1ca759034..e6a91db585ac93 100644 --- a/src/styleSheetRe.re +++ b/src/styleSheetRe.re @@ -27,4 +27,4 @@ let flatten styles => flatten t (Array.of_list styles); * colors as strings everywhere */ external processColor : [ | `String string | `Number int] [@bs.unwrap] => string = - "processColor" [@@bs.module]; + "processColor" [@@bs.module "react-native"];