File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
reason-react-native/src/apis Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ type loopConfig;
252252external loop: Animation.t => Animation.t = "";
253253
254254[@bs.module "react-native"] [@bs.scope "Animated"]
255- external loopWithConfig: (Animation.t, loopConfig) => Animation.t = "";
255+ external loopWithConfig: (Animation.t, loopConfig) => Animation.t = "loop ";
256256
257257type animatedEvent;
258258
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ type loopConfig;
245245external loop : Animation . t => Animation . t = "" ;
246246
247247[@ bs . module "react-native" ] [@ bs . scope "Animated" ]
248- external loopWithConfig : (Animation . t , loopConfig ) => Animation . t = "" ;
248+ external loopWithConfig : (Animation . t , loopConfig ) => Animation . t = "loop " ;
249249
250250type animatedEvent ;
251251
You can’t perform that action at this time.
0 commit comments