Skip to content

Commit

Permalink
Merge pull request facebook#75 from kristinns/process-color-fix
Browse files Browse the repository at this point in the history
Fixes wrong binding for processColor
  • Loading branch information
saschatimme authored Sep 26, 2017
2 parents 82f03eb + e856c02 commit 5a0d497
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 5a0d497

Please sign in to comment.