File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,6 @@ declare function setImmediate(handler: (...args: any[]) => void): number;
1919declare function cancelAnimationFrame ( handle : number ) : void ;
2020declare function requestAnimationFrame ( callback : ( time : number ) => void ) : number ;
2121
22+ declare function fetchBundle ( bundleId : number , callback : ( error ?: Error | null ) => void ) : void ;
23+
2224declare function fetch ( input : RequestInfo , init ?: RequestInit ) : Promise < Response > ;
Original file line number Diff line number Diff line change 1- // Type definitions for react-native 0.50
1+ // Type definitions for react-native 0.51
22// Project: https://github.com/facebook/react-native
33// Definitions by: Eloy Durán <https://github.com/alloy>
44// HuHuanming <https://github.com/huhuanming>
You can’t perform that action at this time.
0 commit comments