Skip to content

Commit

Permalink
Fixes wrong binding for processColor
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinns committed Sep 25, 2017
1 parent 82f03eb commit e856c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styleSheetRe.re
Original file line number Diff line number Diff line change
Expand Up @@ -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"];

0 comments on commit e856c02

Please sign in to comment.