isConnectionExpensive is Function

This commit is contained in:
Simon Knott
2018-09-19 17:42:29 +02:00
committed by GitHub
parent cdcc5dd4ff
commit 63b42fdb9e

View File

@@ -7275,7 +7275,7 @@ export interface NetInfoStatic {
* sensitive to heavy data usage on that connection due to monetary
* costs, data limitations or battery/performance issues.
*/
isConnectionExpensive: Promise<boolean>;
isConnectionExpensive: () => Promise<boolean>;
}
export interface PanResponderGestureState {