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 90726e8 commit 3b8f195Copy full SHA for 3b8f195
src/components/touchableOpacityRe.re
@@ -1,6 +1,6 @@
1
external view : ReasonReact.reactClass = "TouchableOpacity" [@@bs.module "react-native"];
2
3
-external setOpacityTo : ReasonReact.reactRef => float => int => unit = "scrollTo" [@@bs.send];
+external setOpacityTo : ReasonReact.reactRef => float => int => unit = "setOpacityTo" [@@bs.send];
4
5
let make
6
::accessible=?
src/components/touchableOpacityRe.rei
@@ -1,4 +1,4 @@
let make:
accessible::bool? =>
0 commit comments